R
rob p
Table has a field - text box for Y/N inactive. I have this field on a form
for enter edit. I would only want to display all or active clients. I have 8
records. 2 are inactive (checked)
So far, I tried putting (([tblcompany Query].[Client Inactive]=0)) and
adding a command button, form operation and apply form filter. I press it
and the filter works - showing 6 unchecked records.
Now, I can undo the filter from the toolbar (and see 8 records) but IS THERE
A WAY I can make another command button that turns off the filter so all
controls are on the form and not on the toolbar.
thanks.
for enter edit. I would only want to display all or active clients. I have 8
records. 2 are inactive (checked)
So far, I tried putting (([tblcompany Query].[Client Inactive]=0)) and
adding a command button, form operation and apply form filter. I press it
and the filter works - showing 6 unchecked records.
Now, I can undo the filter from the toolbar (and see 8 records) but IS THERE
A WAY I can make another command button that turns off the filter so all
controls are on the form and not on the toolbar.
thanks.