Alert box

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I have a form that user's fill out then submit to my main
database with their maintenance requests. The submit
button just goes to the next form, but it looks like it
simply cleared the screen. Is there some way so that the
submit button would goto the next form and also show some
pop up box that tells the user that their request has been
sent? This would really help stop multiple requests for
the same thing. Thanks
 
Josh said:
I have a form that user's fill out then submit to my main
database with their maintenance requests. The submit
button just goes to the next form, but it looks like it
simply cleared the screen. Is there some way so that the
submit button would goto the next form and also show some
pop up box that tells the user that their request has been
sent? This would really help stop multiple requests for
the same thing. Thanks

You could display a MsgBox in the AfterInsert event of the form.
 
Back
Top