D
DonD
I have a table that is maintained by two users (each has responsibility for
@1/2 of the records). Each would like to only see their records when they
open a form.
I have placed a filter on the form using the stLinkCriteria in the command
button that invokes the form (using the complete table), but the problem is
if they filter on a field and then remove the filter they are back to seeing
all of the records.
As an alternative to filtering, I created two queries to divide the table
into each users records. Question is do I have to create two duplicate forms
(one for each query) OR can I create two command buttons on a switchboard and
set the recordsource in the command buttons and then maintain just a single
form
@1/2 of the records). Each would like to only see their records when they
open a form.
I have placed a filter on the form using the stLinkCriteria in the command
button that invokes the form (using the complete table), but the problem is
if they filter on a field and then remove the filter they are back to seeing
all of the records.
As an alternative to filtering, I created two queries to divide the table
into each users records. Question is do I have to create two duplicate forms
(one for each query) OR can I create two command buttons on a switchboard and
set the recordsource in the command buttons and then maintain just a single
form