I am new to dev work and I am working on an excel sheet with an upload macro button that allows a user to upload (insert statement) their data into our SQL Server database.
There are only 7 users. How would I go about limiting the number of uploads to our database in case they click the upload button multiple times?
We are trying to have all 7 users submit it to an in charge person that will do the clicking of upload but just want to minimize user error. Any help much appreciated thanks.