Split Database Question ???

  • Thread starter Thread starter Dave Elliott
  • Start date Start date
D

Dave Elliott

Let's see if I understand this right. If I split the DB into two parts, a
front end and a back end and make the front end a mde, then I would only
have to make modifications to the original (Front End) and then re-make an
mde and send to user? Is this correct?

--


---------------------------------------------------------------------
This email and any files transmitted with it from Dave Elliott are
confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
All Mail is pre-scanned with Norton Antivirus 2004 for your protection.

http://[email protected]
 
Let's see if I understand this right. If I split the DB into two parts, a
front end and a back end and make the front end a mde, then I would only
have to make modifications to the original (Front End) and then re-make an
mde and send to user? Is this correct?

Almost correct: you should include VBA code in the Open event of the
mde's startup form to relink the backend tables. But yes, that's the
idea.
 
Back
Top