G
Guest
Hi all,
I want to create a MsgBox pop up on the Form with a logic between two fields.
DateClosed and Disposition.
Here is the logic:
If there is a DateClosed entered, the user must fill out the Disposition
field.
I placed the code on Exit Event Procedure of Disposition field. If the user
place the cursor on Disposition field and tried to skip it without filling it
out, he gets the MsgBox telling to fill out the field, but the Msg pop up do
not shows up if the user skips the Disposition field and closes the form.
How can I make the user fill out the disposition field if he enters
DateClosed? Is there any way to check if the DateClosed is filled out and
Disposition is left blank the user has to fill out Disposition otherwise he
can not move to the next record.
Thank you
Bob
I want to create a MsgBox pop up on the Form with a logic between two fields.
DateClosed and Disposition.
Here is the logic:
If there is a DateClosed entered, the user must fill out the Disposition
field.
I placed the code on Exit Event Procedure of Disposition field. If the user
place the cursor on Disposition field and tried to skip it without filling it
out, he gets the MsgBox telling to fill out the field, but the Msg pop up do
not shows up if the user skips the Disposition field and closes the form.
How can I make the user fill out the disposition field if he enters
DateClosed? Is there any way to check if the DateClosed is filled out and
Disposition is left blank the user has to fill out Disposition otherwise he
can not move to the next record.
Thank you
Bob