How to will it be?

meenctg

Learn24bd
Local time
Tomorrow, 06:16
Joined
May 8, 2012
Messages
133
I created a form of my db table. I want to show a pop up message about field rule when a user entry data. please see my attached photo for better understand.

would any body suggest or help me to do this task?
 

Attachments

  • pop-up msg show.jpg
    pop-up msg show.jpg
    40.4 KB · Views: 75
You could include an embedded macro or event procedure (depending on the complexity of the validation) on the BeforeUpdate event on the field where data is entered. It can perform the validation and then pop-up a message using the MsgBox statement depending on the result of the validation. If you don't want to have the update actually complete, just include a Cancel = True statement in the code.
 

Users who are viewing this thread

Back
Top Bottom