View Full Version : A quick easy question :)


Benjamin Bolduc
01-29-2002, 12:45 PM
While basing a Report on a query, how can I have it recognize only those records with NO value in a certain field?

Thanks!

mrabrams
01-29-2002, 12:52 PM
Use Is Null as the criteria for the field(s) you need.

Benjamin Bolduc
01-30-2002, 05:24 AM
Thank you, I know it would be something obvious.