Costin_Olaru
New member
- Local time
- Today, 04:33
- Joined
- Aug 7, 2020
- Messages
- 4
Hi,
I built a database, I split it (front-end and back-end) and now I am facing errors when multiple users attempt to enter data in the same time.
Data are entered into a table thru a form. I have some code when form is loading in order to load it empty (DoCmd.GoToRecord, ,acNewRec). Basically, when multiple user open the respective form, they are allowed to edit the same record (the New Record), but only the first user who hit the save button succeed in saving data while other users receive error messages and their data are not saved (and they have to start from the beginning).
Could you please help me with a solution to this?
Thank you,
Costin
I built a database, I split it (front-end and back-end) and now I am facing errors when multiple users attempt to enter data in the same time.
Data are entered into a table thru a form. I have some code when form is loading in order to load it empty (DoCmd.GoToRecord, ,acNewRec). Basically, when multiple user open the respective form, they are allowed to edit the same record (the New Record), but only the first user who hit the save button succeed in saving data while other users receive error messages and their data are not saved (and they have to start from the beginning).
Could you please help me with a solution to this?
Thank you,
Costin