Multipl Forms

  • Thread starter Thread starter Devin Spilker
  • Start date Start date
D

Devin Spilker

I have a shared database that I have created for my job. This database has
multiple forms accssing the same table. Is there anyway for me to have more
than one form open at the same time (can I have one form open and another
person have a different form open that is accessing the same table?) Any
assistance in this matter will be much appreciated.

Devin
 
Yes, multiple people can have forms open. In fact, they can all have the
same form open.

Hopefully your application is split into a front-end (containing the
queries, forms, reports, macros and modules), linked to 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.
 
The Only problem I see could be when two people are
accessing the same record.

Chris
 
Thank you both veery much. There is only about a .01% chance that a record
will be access by more than one person at the same time.

Devin
 
Back
Top