Access Formfilter.

N

Nestor

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

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.
 
Top