I have a Projects Database that includes a field containes, Estimated Completion Date. I would like to have a pop up msg. appear if the Estimated Completion date (of the project) is = or > than current date. My code i am using now is as follows:
Private sub completion date before update(cancel as interger)
if me![completion date] => date then
me!msgbox[This project is OVERDUE]
end if
end sub
When ii compile the above, It keeps balking at the date portion, the word date is highlighted and it won't go further. I am new to the Module portion of Access so i am sure it will be something silly. Thanks [sig][/sig]
Private sub completion date before update(cancel as interger)
if me![completion date] => date then
me!msgbox[This project is OVERDUE]
end if
end sub
When ii compile the above, It keeps balking at the date portion, the word date is highlighted and it won't go further. I am new to the Module portion of Access so i am sure it will be something silly. Thanks [sig][/sig]