adding new information

B

Bill Trainer

Please help,

I have forgotten how to setup a form that will allow mutliple users to enter
data at the same time. The people are all connected by LAN and are located in
different areas of the company.
 
D

Douglas J. Steele

You don't have to do anything: Access supports multiuse out of the box.

For better performance and to minimize the risk of database corrupting,
split your application into a front-end (containing the queries, forms,
reports, macros and modules), linked to a back-end (containing the tables).
Only the back-end should be on the server: each user should have his/her own
copy of the front-end, preferably on their hard drive.
 
Top