Hello,
I have a frmGrades based on a query that displays all records. I want to add a command button to the form that when clicked filters the data to a set criteria – something like
Me.Filter = “[ReceivedBy] = ‘SKK’”
I tried coding the forms OnOpen with
Me.Form.OnFilter = False
then coding...