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 Chriss Miller 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: tksy
  • Content: Threads
  • Order by date
  1. tksy

    run time error 3075

    HI I am gettinga run time error in´my code Sub UpdateNulls() Dim strSQL As String Dim rs As DAO.Recordset For Each tdf In CurrentDb.TableDefs If Left(tdf.Name, 4) <> "Msys" And tdf.Name <> "Table1" Then strSQL = "Select * From [" & tdf.Name & "] a Inner Join table1 On a.fall =...

Part and Inventory Search

Back
Top