What's going on??!!

cstuckey

Registered User.
Local time
Today, 04:43
Joined
Mar 6, 2000
Messages
23
I'm trying to run a simple query to take out the the null values in my table. I'm putting "Is not null" in the criteria but when I run the query it brings back all the records. What's going on? I'm linking two tables. I don't see anything wrong with the properties.

Please help.

Thanks,
Chris
 
I expect it might be a problem wit the type of link that you have.

In design view, right click on hte join and amend it from 1 to 2 or 3 as relevant.

If you are unsure, set up a new query and use the unmatched query wizard. THis will step you through and should clarify things.

HTH
 
I'm trying to run a simple query to take out the the null values in my table. I'm putting "Is not null" in the criteria but when I run the query it brings back all the records.
First, if you've removed all the Nulls in your table, then Is Not Null would certainly give you all the records.

If, however, you are still trying to remove the Nulls, then why are you using "Is Not Null" in your criteria?

Can you explain a bit more?
 
I'm trying to make a table that only shows where our sales reps are spliting commissions with another rep. On table is all of the sales activity for the month, the other is the salesman number and name and other information. I'm linking the field "SLS" to one table to "REP" to the other table. Both SLS and REP represent the Salesman's number. Is this more helpful?
 
I figured it out. When I use >0 it works. I'm not understanding why it works with this symbol since the field is a "text" field

Chris
 

Users who are viewing this thread

Back
Top Bottom