Hello,
I am trying to set up an option group (StatusOptions) in a form (frmHistory) that acts as a filter.
The form is based on a query (qryHistory) and the field that contains the data to be filtered is (Status), there are 3 possible options in this field; "Open - Normal", "Open - Urgent", and "Resolved"
For the Option Group in the form the options I want are:
Option 1 Is unfiltered; (default option)
Option 2 Is "Open - Normal" & "Open - Urgent";
Option 3 Is "Resolved
Any help with the vba expression would be appreciated
I am trying to set up an option group (StatusOptions) in a form (frmHistory) that acts as a filter.
The form is based on a query (qryHistory) and the field that contains the data to be filtered is (Status), there are 3 possible options in this field; "Open - Normal", "Open - Urgent", and "Resolved"
For the Option Group in the form the options I want are:
Option 1 Is unfiltered; (default option)
Option 2 Is "Open - Normal" & "Open - Urgent";
Option 3 Is "Resolved
Any help with the vba expression would be appreciated