adding a value to query

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

Guest

The following query gives me a count of open records using "closedate = Is
Null"
Example: Bob = 3 Sue = 1

I need to add one more value to the query and when I do the results look like:
Example Bob = 2 Bob = 1 Sue = 1
Because it changes the count based on the new value.

My objective is to add the value and say if this value does not equal "X"..

I tried two queries, the first if new not equal to X, then creating a new
query using that query. But it still counts based on the new value..

Hope that makes sense... Any suggestions...
 

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