split db - having problems with forms on a network

  • Thread starter Thread starter DenGov
  • Start date Start date
D

DenGov

Using Microsoft access db we have split a db with the
forms on each users pc and the tables on a network
server. When one user open their project to access an
area another user cannot see subforms in that area. the
second user gets run-time error '2467'. stating that the
form cannot be found or it is in the closed state. We
cannot find this error in the knowlege base. Can someone
help or make suggestions?
 
Do you have all the appropriate tables linked from the back-end into the
front-end of each users database?
Also be sure you have the table split properly. Only the master tables
should be in the back-end database, which should reside on the server. The
front-end should contain the linked tables, queries, forms, reports,
macro's, or modules created for the database.
Be sure all users have read/write/modify/execute permissions on the
database.
 
Back
Top