Hi folks
I have an agent that runs on web query save.
I am trying to test if a DATE/TIME field on the form is BLANK with the following code...
If Not (doc.gePM1DateErrataFreeze = "") Then
This is obivously the wrong way to go about it though because I'm getting a type mismatch on save. I suspect that this would work on a text field, but not a date field.
Can anyone tell me the best way to go about this?
Many thanks,
David

Testing if a date field is blank in... (David J Laslett... 11.Jan.07)
. . 