Creting A Report For Missing Values?

  • Thread starter Thread starter Israel Rodriguez
  • Start date Start date
Missing is a bit vague

If you mean a NULL value you must query ... IS NULL
instead of = NULL
 
Missing is a bit vague

If you mean a NULL value you must query ... IS NULL
instead of = NULL
Thanks, that worked.
What I was looking for is that when a record was created, to track if
info is miisng from a particular field, and this is good for tracking
one field.
Is there a way to do it for more than one field, as in displaying
records where either one filed or another is missing a value rather
than making separate query's for each missing vaule?

Israel Rodriguez

http://home.earthlink.net/~isrodriguez7/
 
Back
Top