filter

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

Guest

Hi,
what's the way to set certain value for filter ant to apply it from code?
Thanx
alek_mil
 
Set the Filter property of the form, and turn on its FilterOn property.

Example:
Me.Filter = "Surname = 'Jones'"
Me.FilterOn = True
 

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

Similar Threads

selecting a row from code 1
string to number 1
inStr 2
Are the fields nulls? 9
how to reach field 1
number of rows in datasheet selected 1
disabling delete/append message 1
printing two or more reports 1

Back
Top