Access Formfilter.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When applying a formfilter in Access, form controls inherit a value from a
previous input.
How can I clear this (Visual Basic).
 
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.
 
Back
Top