thevillageinn
Technical User
I have a rather simple database application which has a few forms and a couple of tables.
You can enter data into the main table with a form which writes the records via VBA. The main purpose of this db however is to create a file which we export from the main table to a text file and read into another application.
However for reporting and data consistency purposes I want to turn off access to data entry while the admin is exporting the records, or appending them to the archive, or whenever they desire, via the use of a checkbox, or a pushbutton on the admin form.
There will likely be anywhere from 2-6 users at any given time. The only real requirement to this "cut-off" button is that it has to be very user friendly. Things like "create a file in this directory that the DB will check for on a timer" is too difficult for the users.
Many thanks in advance.
-Dan
You can enter data into the main table with a form which writes the records via VBA. The main purpose of this db however is to create a file which we export from the main table to a text file and read into another application.
However for reporting and data consistency purposes I want to turn off access to data entry while the admin is exporting the records, or appending them to the archive, or whenever they desire, via the use of a checkbox, or a pushbutton on the admin form.
There will likely be anywhere from 2-6 users at any given time. The only real requirement to this "cut-off" button is that it has to be very user friendly. Things like "create a file in this directory that the DB will check for on a timer" is too difficult for the users.
Many thanks in advance.
-Dan