J
jward
In Access 2002 I have created a form for data input into
a table. When the user enters the data for the Audit
field it checks to see if that date is prior to the Event
Date. If it is it displays a Message Box containing a
warning. I want it to also beep when that occurs. Here
is the command created thru Expression Builder. Any help
is appreciated.
=IIf(Format([EventDate],"mm")>[AuditPeriod],MsgBox
("WARNING! Audit Period is prior to Event Date"))
a table. When the user enters the data for the Audit
field it checks to see if that date is prior to the Event
Date. If it is it displays a Message Box containing a
warning. I want it to also beep when that occurs. Here
is the command created thru Expression Builder. Any help
is appreciated.
=IIf(Format([EventDate],"mm")>[AuditPeriod],MsgBox
("WARNING! Audit Period is prior to Event Date"))