Accessing a form on a network

S

Sooner

I have an access form that I have built to allow specific users to input
date. I would like to put the form out on a network drive and have the users
access by clicking on an icon. My questions are:

What is the best way to set this up?
Will the tables and form need to reside in the same location?
Will the endusers need access on their machines?

Thanks
 
D

Douglas J. Steele

The form has to exist in an MDB (or MDE) file: no exceptions.

The tables and relationships should be in another MDB file, and that file
should be the only one on the server: each user should have a copy of that
MDB (or MDE) file on his/her hard drive.
 
Top