Query Expression

J

Joe

I have a database table with among other column names: DateRecd, DatePaid,
DateClosed. How do I write an expression to show only record with no date in
the "DatePaid" column
 
J

Joe

Thanks for your help. It is jus what I needed to know.

Joe

Klatuu said:
WHERE [DatePaid] IS NULL
--
Dave Hargis, Microsoft Access MVP


Joe said:
I have a database table with among other column names: DateRecd, DatePaid,
DateClosed. How do I write an expression to show only record with no date in
the "DatePaid" column
 
Top