| DatabaseLessons.com |
'Serving the Microsoft® Access |
|
|
Locating Back End MDBsEvery Access database should be split into a front end and a back end. The front end will contain the queries, forms, reports, and modules. The back end will contain the tables. (article continues after sponsor spot) Why? I'll give three obvious reasons.
The easiest way to maintain the "pointers" from the front end to the back end are in two menu choices. The first is under the File menu, Get External Data, Link Tables. The second is under the Tools menu, Database Utilities, Linked Table manager. (when using Access 2000) I have personally never had trouble with the "Link Tables" command. However, I have been at several clients where the "Linked Table Manager" does not work, and they do not know where their original CD is to do a re-install. They also were not sure where the back end was on their network. Here is the trick I used to locate the back end.
NOTE: All the VBA code segments on the Database Lessons site assume that you have DAO references active. If you are not sure what this means, and you are using Microsoft Access 2000 or higher, click here. Happy Coding |
|
|
© 2006, 2007, 2008 Richard W. Killey. All Rights Reserved. |