Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ironeagle
  • Order by date
  1. ironeagle

    How can I have a warning message that will prompt

    You must prompt your question and then make a decision with an if... then... Something like this: if msgbox("Are you sure you want to exit",vbyesno) = vbyes then docmd.close form,formname 'or whatever you want to close else exit sub ' or whatever you want to do end if

Part and Inventory Search

Back
Top