Need help

J

Jacob

I want to make a query that does either one criteria OR
another not AND as it is set to as a default. I think it
is possible with SQL but i know nothing about that, could
some one send me some sample code or a link to some sample
code if possible thanks.
 
D

Duane Hookom

In the query design view, make sure that your conditions are on separate
lines of the criteria.
 
B

Bullschmidt

Originally posted by Jacob
I want to make a query that does either one criteria OR
another not AND as it is set to as a default. I think it
is possible with SQL but i know nothing about that, could
some one send me some sample code or a link to some sample
code if possible thanks.

Just put the two parameters in two different rows in the criteria of the
query in design mode.

--
J. Paul Schmidt, Freelance Access and ASP Developer
http://www.Bullschmidt.com/Login.asp - Database on the Web Demo
http://www.Bullschmidt.com/Access
Sample Access Invoices Database


Posted via http://dbforums.com
 

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

Top