Jeff Boyce replied to ggregg
19-Mar-10 06:18 PM

A point of clarification ...
If all your users are hitting the same front-end (your MDE on a Server), you
run a much higher than necessary risk of corruption.
The standard scenario for a split application, whether using an MDE or not,
is to put the data on the Server, and to put a copy of the front-end ON EACH
DESKTOP. That way, each user uses his/her own separate connection to the
data.
Speaking from experience, setting trusted locations on each user's PC and
running the front-end from there has run into no "trust" issues.
Good luck!
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.