G
Guest
I have a single table with a main form and sub form. A combobox on the main
form filters the subform - works fine.
I have added a command button to "Show All" records - in essence, removing
the filter condition.
I've tried setting the FilterOn property of the main form to False, setting
the FilterOn property of the sub form to False, and setting the filter
property to
"[FieldName] LIKE '*'"
None of these methods work!
Is there a better way to "Show All" records in the subform?
form filters the subform - works fine.
I have added a command button to "Show All" records - in essence, removing
the filter condition.
I've tried setting the FilterOn property of the main form to False, setting
the FilterOn property of the sub form to False, and setting the filter
property to
"[FieldName] LIKE '*'"
None of these methods work!
Is there a better way to "Show All" records in the subform?