Hi,
I have an access front end database with the tables connected to sharepoint lists. Witihn the database is a main form which is used to score various metrics, if required the user is then prompted to open several other separate forms to select some further details. Data is taken from various forms and submitted into a main table.
99.9% of the time users are able to submit records without any issue, however, I am finding though that certain users are encountering an occasional error whereby the VBA code starts running and randomly stops without any error popping up. When the error occurs it is always the same point. The first bit of code opens all of the forms and checks all relevant boxes have been scored. The part where the code drops out is as soon as all forms are open, but the remaining code is not executed.
How can I pin-point the error?
Thanks in advance
I have an access front end database with the tables connected to sharepoint lists. Witihn the database is a main form which is used to score various metrics, if required the user is then prompted to open several other separate forms to select some further details. Data is taken from various forms and submitted into a main table.
99.9% of the time users are able to submit records without any issue, however, I am finding though that certain users are encountering an occasional error whereby the VBA code starts running and randomly stops without any error popping up. When the error occurs it is always the same point. The first bit of code opens all of the forms and checks all relevant boxes have been scored. The part where the code drops out is as soon as all forms are open, but the remaining code is not executed.
How can I pin-point the error?
Thanks in advance