D
Danu
Hi -
From a "menu" users can choose the region they work. A form opens and
filters records for that region from a table which contains all the regions.
There can be several people pulling records from this main table but
different regions. Once they have done the work needed for each record, the
record is then appended to yet another table using a command button which
updates the master table. The command button initiates an append query. The
problem is that each time someone hits the "append" button, ALL records
matching the criteria regardless of the region get appended. How can I limit
the records being appended to just the region the user is working? I'd like
to be able to use just the one append query and somehow limit the region
being updated or should I create an append query for each region?
All help is appreciated. Thank you.
From a "menu" users can choose the region they work. A form opens and
filters records for that region from a table which contains all the regions.
There can be several people pulling records from this main table but
different regions. Once they have done the work needed for each record, the
record is then appended to yet another table using a command button which
updates the master table. The command button initiates an append query. The
problem is that each time someone hits the "append" button, ALL records
matching the criteria regardless of the region get appended. How can I limit
the records being appended to just the region the user is working? I'd like
to be able to use just the one append query and somehow limit the region
being updated or should I create an append query for each region?
All help is appreciated. Thank you.