Database Splitting

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

when i split my db, the back end displays tables with the form. the other
halft after it is divieded but displays the tables and no forms.

i dont understand how to utilize spitting dbs

can someone explain it to me?
 
Hi Chris,
Simply put: the front end (frontend.mdb) is on the c: drive.
The back end (backend.mdb) is on the server.
You then "link" the tables in the backend.mdb to the frontend.mdb.
lookup "Link" tables for details.
 
Back
Top