Validation Rule Problem

M

Michael

Hi Folks - I have have two date fields. The second date must be greater than
the first date, so I added a validation rule: >[firstdate]. It works fine
except in this situation: If someone enters a date in the second date field
by mistake, then deletes the date, the validation rule is executed with the
now blank date field. Is there a way around this? Thanks.

Michael
 
R

Rick Brandt

Michael said:
Hi Folks - I have have two date fields. The second date must be
greater than the first date, so I added a validation rule:
[firstdate]. It works fine except in this situation: If someone
enters a date in the second date field by mistake, then deletes the
date, the validation rule is executed with the now blank date field.
Is there a way around this? Thanks.
Michael

Use ...
 
M

Michael

That's the ticket ..... Thanks.


Michael


Rick Brandt said:
Michael said:
Hi Folks - I have have two date fields. The second date must be
greater than the first date, so I added a validation rule:
[firstdate]. It works fine except in this situation: If someone
enters a date in the second date field by mistake, then deletes the
date, the validation rule is executed with the now blank date field.
Is there a way around this? Thanks.
Michael

Use ...
FirstDate or Is Null
 

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


Top