Multiple parameters

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

Guest

Can you explainto me how I can have multiple Like p* in a select query. I
know I can do two rows for it but need more than two. Thanks
 
Akrt48,

In the query design grid, you can enter criteria in multiple rows. One
row is labelled 'Criteria', and the next row is labelled 'or', but you
can continue to enter further "or" criteria in the rows of the grid
below that.

Alternatively, you can enter the criteria in one row, using syntax like
this...
Like "p*" Or Like "x*" Or Like "z*"
 

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