J
jward
I have created a form for input into a table. When the
User enters the 2 digit month into the Audit field it
compares that 2 digit # with the month # from the Event
Date. It then pops up a message box if the Audit month
is prior to the Event month. That works correctly. I
also want it to beep when this occurs. How do I do
that. I have entered the following expression in the
Before Update field for the Audit field.
=IIf(Format([EventDate],"mm")>[RecordingPeriod],MsgBox
("WARNING! Audit Period is prior to Event Date"))
User enters the 2 digit month into the Audit field it
compares that 2 digit # with the month # from the Event
Date. It then pops up a message box if the Audit month
is prior to the Event month. That works correctly. I
also want it to beep when this occurs. How do I do
that. I have entered the following expression in the
Before Update field for the Audit field.
=IIf(Format([EventDate],"mm")>[RecordingPeriod],MsgBox
("WARNING! Audit Period is prior to Event Date"))