O
OssieMac
With an open form, any command buttons on the form are disabled when the
Filter by Form is called whether by clicking on the toolbar 'Filter by Form'
button or using a command button on the form to run the following code:-
DoCmd.RunCommand acCmdFilterByForm
I would like to have a button on the form where I can toggle it's caption
from 'Filter by Form' to 'Apply Filter' and then to 'Remove Filter'.
However, my problem is that immediately Filter by Form is applied, all the
command buttons on the form are disabled. Is there any way of keeping a
button enabled while in the 'Filter by Form' mode? (I have tried enabling it
but to no avail.)
Thanks in advance for all replies.
Filter by Form is called whether by clicking on the toolbar 'Filter by Form'
button or using a command button on the form to run the following code:-
DoCmd.RunCommand acCmdFilterByForm
I would like to have a button on the form where I can toggle it's caption
from 'Filter by Form' to 'Apply Filter' and then to 'Remove Filter'.
However, my problem is that immediately Filter by Form is applied, all the
command buttons on the form are disabled. Is there any way of keeping a
button enabled while in the 'Filter by Form' mode? (I have tried enabling it
but to no avail.)
Thanks in advance for all replies.