B
bw
In the Current Event procedure of a Form, I perform a check and then display a MSGBOX
message. For example, If [RecNum]=1 then Msgbox "This is " & [RecNum]
This message is displayed BEFORE the current record is visible. For example, if the
message is suppose to be displayed on the first record, I get the message on a blank
screen, before the Form is visible.
How do I get the Form to be visible, and then display the message?
Thanks,
Bernie
message. For example, If [RecNum]=1 then Msgbox "This is " & [RecNum]
This message is displayed BEFORE the current record is visible. For example, if the
message is suppose to be displayed on the first record, I get the message on a blank
screen, before the Form is visible.
How do I get the Form to be visible, and then display the message?
Thanks,
Bernie