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 gkittelson 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: *

  1. edemeht

    Disallow to start the application twice

    Add this short snippet to the start of your Sub Main or beginning of executable code: ' Check for previous instance of program running If App.PrevInstance = True Then MsgBox App.ProductName & " is already running", vbOKOnly + vbExclamation, "Oops" End...
  2. edemeht

    Removing or Deleting an Access Table

    How can I remove or delete and access table once I have established an open connection to the database?

Part and Inventory Search

Back
Top