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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by davper

  1. davper

    Error 3211 Table in use

    Yes of course...A simple function procedure that the switchboard calls instead of the form. I have been at this application too long and am missing the simple things. Thank you
  2. davper

    Error 3211 Table in use

    my subform relies on a table that needs to be refreshed each time the form is loaded. So Icreated this code to do just that: <code> Private Sub Form_Load() On Error GoTo err_handler DoCmd.SetWarnings False DoCmd.RunSQL "DROP TABLE tbl_Checks_to_be_Claimed_Temp" DoCmd.OpenQuery...

Part and Inventory Search

Back
Top