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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top