ISNULL

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

Guest

I need to write a querie that will display all null values under a certain
field and another to remove any duplicates. Please help.
 
The criteria to use under the field would be IS NULL (note the space).

Field: WhateverField
Criteria: Is Null

The second question "Remove any duplicates" is more complex and you need to
post more information on what you want to do. As a start take a look at the
Query Wizard to create a FIND Duplicates query.

If that doesn't help you, then post back.

Remove any duplicates could mean DELETE the records with the duplicate
values or it could mean "Do not DISPLAY" the duplicate values. So the first
thing you want to do is to clear up what you are attempting to do.
 
Dear John,

I need to delete all the duplicate values from the table that they are in.
 

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

Similar Threads

update two fields at once 1
formula 6
Iif/IsNull Question 6
SQL: IsNull, SUM over columns and COUNT 3
two null fields 4
Using ISNULL() 17
Nested IIf and IsNull 1
query with zero records 6

Back
Top