Expiry Date

P

Peter

We are using Access 97.

We use the selection criteria [Expiry Date] < Date() to
find out those expired records.

However, we find that some of the [Expiry Date] fields are
empty (user forget to entry) AND they are not shown in the
Query Result.

We would like to know how to show the expired records even
though it is empty.

Thanks
 
N

Nikos Yannacopoulos

Peter,

Try this expression instead:

[Expiry Date] < Date() Or IsNull([Expiry Date])

HTH,
Nikos
 
G

Gary W. Graley

I would, in the criteria beneath your first criteria, type in Is Null
so that IF the Expiry Date is Less than todays date OR the field is
Null, show those records...

G2
 

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

Top