VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,837 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a button on MS access form which when clicked, goes to a network drive and reads a json file and process it. This form will be used by multiple users at the same time. I need to handle scenarios where if multiple user clicks on the button simultaneously should not lead to error. Not more than 1 user should process the json file at the same time. Only 1 user should have access to processing the json file at a time. Can anyone suggest some ways to handle such scenarios. Programming language used is VBA. Also has access to SQL server.