SilverSN95
07-13-2009, 07:48 AM
Hi, for a project I am working on, I plan on placing an Access database on a network drive to run as the back end for two processes.
-An excel file that will query the data-base to auto fill form fields from the database for the user.
-In simular file, VBA code using an DAO connection to the same database can submit a new entry to the database.
My question is, how will these types of connections deal with multiple users. If two people tried to connect and submit info at the same time, would one of the entries get dropped, and would the user be informed of a problem? What if the one excel file is running the query while someone else attempts to submit info?
I know this isn't entirely a VBA-based question, but I'm sure people here have dealt with this kind of thing before, and I could really use any advice.
Thanks again for your help :).
-An excel file that will query the data-base to auto fill form fields from the database for the user.
-In simular file, VBA code using an DAO connection to the same database can submit a new entry to the database.
My question is, how will these types of connections deal with multiple users. If two people tried to connect and submit info at the same time, would one of the entries get dropped, and would the user be informed of a problem? What if the one excel file is running the query while someone else attempts to submit info?
I know this isn't entirely a VBA-based question, but I'm sure people here have dealt with this kind of thing before, and I could really use any advice.
Thanks again for your help :).