On Tue, 16 Apr 2013 19:32:25 -0700 (PDT), The Frog
<
mr.frog...@googlemail.com> wrote:
>Hi Paul,
>
>If I understand you correctly then you are wanting to host the bulk of your application locally on the client machine and do a data exchange to keep things up to date. This is commonly known as Electronic Data Interchange (EDI). I can give you a hand with this if you like.
Not familiar with that but seems like it's what we want to do.
Probably no credit card processing as that has wasted enough of our
time already. Then there's the security issue that I don't really
want to have to deal with.
>
>Do you have an example of the txype of data you are needing to exchange?
>
>Cheers
>
>The Frog
Well, people keep asking about on-line reservations, coordinating
their availability and make it possible for people to check and make
reservations (I'd rather talk to a real person but I guess that it's
what it is these days). We keep asking them to have their web
designers to give us a call but nobody ever does. I guess they are
just "brochure" website designers rather than working with data. Just
pretty websites.
I have not thought out the table structures as I was not sure if
snychronizing a desktop Access 2010 application with MySQL or Access
on web server would be possible (without using SharePoint...).
The tables probably will just have fields like reservationid,
reservation from date, reservation to date, location, client name and
clientid. Stuff like that. I will get together with my wife tomorrow
and see what she thinks. She does most of the talking to our clients
(I am mostly just the dweeb <g>).
I would write an import module to generate reservationids (as that
field in our reservation table is an autonumber field and primary key
so there cannot be duplicates). Shouldn't be that big of a deal
adding new records to the client and reservation tables.
Some clients also want to have reports and forms that others not in
their location can view.
I have seen our application run on Amazon Web Services but can't
afford to hire someone right now to get it done. I've just started to
look into seeing if I could do that myself. That would be a different
market/project than on-line reservations.
Perhaps synching with services like Orbitz, etc... may be okay if that
was even possible but I doubt it as our clients are fishing and
hunting lodges, not hotels.
I don't think scanning an Outlook email would be what most clients
would want us to do.
Thanks!
-paul (paul at
williamson
enterprises
dot com)