O
Oamya Kim
Hi,
I've created a form consists of data fileds: licenceNo, NoOfValidDays
and now wanted to create a macro with MsgBox which can auto - check if the
field of "NoOfValidDays" <= 45 days, then a message box would appear.
Msg Box should contains the information such as "the licene no.
###[licenceNo] will be expired in next -- days [NoOfValidDays]
This message box is for auto - reminder purposes.
I tried to create macro with MsgBox action, and in the condition equivalent
of:
[Forms]![FormName]![NoOfValidDays]<45
when run this macro, it shows "Type Mismatch" ???
Any suggestions would be greately appreciated!
Thanks a lot,
Kim
I've created a form consists of data fileds: licenceNo, NoOfValidDays
and now wanted to create a macro with MsgBox which can auto - check if the
field of "NoOfValidDays" <= 45 days, then a message box would appear.
Msg Box should contains the information such as "the licene no.
###[licenceNo] will be expired in next -- days [NoOfValidDays]
This message box is for auto - reminder purposes.
I tried to create macro with MsgBox action, and in the condition equivalent
of:
[Forms]![FormName]![NoOfValidDays]<45
when run this macro, it shows "Type Mismatch" ???
Any suggestions would be greately appreciated!
Thanks a lot,
Kim