P
Peter
Hi all,
Access 2007.I am using this code in the Before update event of a date field:
If Me.[Due] <MyDate Then
MsgBox "bla bla"
Cancel =True
End If
The Forms date field is formatted dd-ddd-mmm-yyyy so is the table field..but
the code does not fire...what am i doing wrong. I replaced Mydate with
Date()..but access refuses to save Date()..it saves only Date..
Thanks for help!
Access 2007.I am using this code in the Before update event of a date field:
If Me.[Due] <MyDate Then
MsgBox "bla bla"
Cancel =True
End If
The Forms date field is formatted dd-ddd-mmm-yyyy so is the table field..but
the code does not fire...what am i doing wrong. I replaced Mydate with
Date()..but access refuses to save Date()..it saves only Date..
Thanks for help!