J
Judy Ward
I need to understand how Access functions in a multi-user environment. My
ultimate goal is to reduce the size and improve the performance of my db.
I created a db that is stored on a network drive. Many users have the file
open at the same time. There is one main form with a tab control that opens
by default. This main form takes a long time to load because of the 8 pages
in the tab control each of which have many controls. I prefer to take the
time hit up front rather than have the users launch forms from a menu.
Because I don't really know what is happening behind the scenes, I have many
of the same list boxes (different names) on the different pages of the main
form. The list boxes are provided for the user to make selections as
criteria for the queries (command buttons provided). I don't know if user1
can be making/clearing selections in list boxes in the copy of the db that he
has open while user2 is simultaneously making/clearing selections in the same
list boxes in the copy of the db that he has open.
Before I take the time to design and test this, I thought I would ask if
this scenario is possible. Does everyone that opens the db file have their
own "instance" of the controls?
Any advice or links to articles would be appreciated.
Thank you,
Judy
ultimate goal is to reduce the size and improve the performance of my db.
I created a db that is stored on a network drive. Many users have the file
open at the same time. There is one main form with a tab control that opens
by default. This main form takes a long time to load because of the 8 pages
in the tab control each of which have many controls. I prefer to take the
time hit up front rather than have the users launch forms from a menu.
Because I don't really know what is happening behind the scenes, I have many
of the same list boxes (different names) on the different pages of the main
form. The list boxes are provided for the user to make selections as
criteria for the queries (command buttons provided). I don't know if user1
can be making/clearing selections in list boxes in the copy of the db that he
has open while user2 is simultaneously making/clearing selections in the same
list boxes in the copy of the db that he has open.
Before I take the time to design and test this, I thought I would ask if
this scenario is possible. Does everyone that opens the db file have their
own "instance" of the controls?
Any advice or links to articles would be appreciated.
Thank you,
Judy