S
sneagle
I have a form with two check boxes: NotesNeeded and NotesSent
I would like to be able to click a button and filter the form to show only
records where NotesNeeded is True and NotesSent is false.
My current code is:
Me.Filter = "[NotesSent]>" & -1
Me. FilterOn = True
Me. ReQuery
I am an amateur and I have looked for answers here, but have not found what
I need. Thanks in advance.
I would like to be able to click a button and filter the form to show only
records where NotesNeeded is True and NotesSent is false.
My current code is:
Me.Filter = "[NotesSent]>" & -1
Me. FilterOn = True
Me. ReQuery
I am an amateur and I have looked for answers here, but have not found what
I need. Thanks in advance.