B
Beverly76
I run a query that lists the individual names in a certain field
alphabetically and makes a table. Then a user can use a checkbox on a form
to indicate which of those names should be included in a report. The form
updates the table directly. Then when the report is run, a select query is
used to generate the final report.
The problem that I am having is that this was set up to only allow one
person access at a time and now I need to free it up for multiplue users. So
two people can end up in the same form at that same time trying to control
the same data.
I don't want to restrict access to the form to one at a time, but I don't
know a simple way to allow the user to check the information they wish to
include at the time of running the report.
alphabetically and makes a table. Then a user can use a checkbox on a form
to indicate which of those names should be included in a report. The form
updates the table directly. Then when the report is run, a select query is
used to generate the final report.
The problem that I am having is that this was set up to only allow one
person access at a time and now I need to free it up for multiplue users. So
two people can end up in the same form at that same time trying to control
the same data.
I don't want to restrict access to the form to one at a time, but I don't
know a simple way to allow the user to check the information they wish to
include at the time of running the report.