message box

  • Thread starter Thread starter kalyan
  • Start date Start date
K

kalyan

hi i have created a small database and have used
validation rule for an inproper input. but i am getting
the message box from access software. can any body tell
me how can i make this message box come from the system
without writing any vb code.

thanks
 
Have no idea what type of error message you're getting, when the error is
occurring, in what object the error is occurring, where you set the
validation rule, etc.

But, most likely you'll need to use VBA code, as that is how you trap for an
error.
 
Back
Top