G Guest Jun 17, 2006 #1 When applying a formfilter in Access, form controls inherit a value from a previous input. How can I clear this (Visual Basic).
When applying a formfilter in Access, form controls inherit a value from a previous input. How can I clear this (Visual Basic).
A Allen Browne Jun 18, 2006 #2 Nestor, I'm not really clear on your question, but does it help to set the Filter property of the form to a zero-length string, i.e.: Me.Filter = vbNullString If I have not understood you correctly, someone else might respond too.
Nestor, I'm not really clear on your question, but does it help to set the Filter property of the form to a zero-length string, i.e.: Me.Filter = vbNullString If I have not understood you correctly, someone else might respond too.