If I want to check to make sure a date is in my startdate field (on my form) before I run my event....
I am trying:
If Me.startdate = "" Or Me.startdate Is Null Then....
I am getting an "run time 424 - object required" error.
If anyone can point me in the right direction, I would really appreciate it!!
Thank you!!!!
Fred
I am trying:
If Me.startdate = "" Or Me.startdate Is Null Then....
I am getting an "run time 424 - object required" error.
If anyone can point me in the right direction, I would really appreciate it!!
Thank you!!!!
Fred