Multiple Parameters to search a field

  • Thread starter Thread starter Wild Bill
  • Start date Start date
W

Wild Bill

I have a user form that I wish to allow 1-3 parameters to search a
nasty field. It is a memo field. They could want all the records
containing "guidlines", "Curriculum" or Housing.

LIKE
 
I have a user form that I wish to allow 1-3 parameters to search a
nasty field. It is a memo field. They could want all the records
containing "guidlines", "Curriculum" or Housing.

LIKE

It's not clear whether you want the user to supply Paramters, or you want
records containing any of the text strings "Guidelines" (is that not the
correct spelling?), "Curriculum" or "Housing". What is the form like? Where
would the user enter criteria, and what might they include?
 
Back
Top