A
AnExpertNovice
The form opens in "Browse" mode. (Me.AllowEdits = False).
The user is to select the record to be edited then click the Edit button
which, among other actions, executes the code Me.AllowEdits = True.
The form opens with disabled records hidden. I want to have a checkbox
which toggles the form filter allowing disabled records to be viewed.
This can't be done out editing a record, toggling the filter, then canceling
or saving the record.
How do I get around this!?
The user is to select the record to be edited then click the Edit button
which, among other actions, executes the code Me.AllowEdits = True.
The form opens with disabled records hidden. I want to have a checkbox
which toggles the form filter allowing disabled records to be viewed.
This can't be done out editing a record, toggling the filter, then canceling
or saving the record.
How do I get around this!?