G
Guest
Hi All,
I have a Event Proc that runs on change of a field value from "open" to
"Closed" this macro checks a number of other fields to make sure they have
values before the "Closed" option can be set. I have no trouble checking the
text fields i just use if field = "" Then. Which works great but I need to
check a Date/time (General Date) type field and I cant seem to see how to
check if it is empty in the macro. I have tried "" " " & 0 but none of these
seem to work. Any one help?
I have a Event Proc that runs on change of a field value from "open" to
"Closed" this macro checks a number of other fields to make sure they have
values before the "Closed" option can be set. I have no trouble checking the
text fields i just use if field = "" Then. Which works great but I need to
check a Date/time (General Date) type field and I cant seem to see how to
check if it is empty in the macro. I have tried "" " " & 0 but none of these
seem to work. Any one help?