We have an application that currently operates on a Front End - Back End scenario with a Front End loaded on each user's workstation. Shortly, we will bring other users onboard via Citrix and they will be sharing a Front End. For the most part this will not be a problem, however part of the processes consist of them sharing various tables within the front end. I am able to identify the user in all but one table and I need a solution so that only one user can use that table at a time. The reason for this is that the table is created (from a master) when the user is ready and appends applicable records in order to assign an auto-number to each line, which must commence at 1 every time.
I was thinking of using a form which on open would determine whether the table existed and if so would wait and retry the if scenario a few seconds later until such time as the table was no longer there and would then run the associated macro to create the table from master and carry out the rest of the routine.
I would appreciate someone's assistance in providing me with the Event Procedure code that I could apply to the form to make this happen.
Thanks so much!!
I was thinking of using a form which on open would determine whether the table existed and if so would wait and retry the if scenario a few seconds later until such time as the table was no longer there and would then run the associated macro to create the table from master and carry out the rest of the routine.
I would appreciate someone's assistance in providing me with the Event Procedure code that I could apply to the form to make this happen.
Thanks so much!!