SAC said:
So, if I understand this correctly ms access front end with a sql server
backend might work ok?
Yes, this is workable, but you MUST pay attention to the records that load
into forms.
I mean, it is really silly to simply launch a form to a large table, and NOT
have any restrictions in the records brought into that table. It is probably
worth stating that it is bad practice to simply load up a form to a large
table in ms-access even when you do NOT use sql server...so this kind of
thing needs not much to be said. However, your application DOES need to be
written writhe caution in terms of transferring as little data as possible.
So, if you got good experience with sql server, and also have good designs
where you pull a MIN of records into a form, then you can most certainly
use a vpn connection over the web to sql server.
If you don't want to re-designs, or you currently have a non optimized
application in terms of performance, then remote desktop (terminal services)
would be the best choice, as then no software need be re-written...