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!

Search results for query: *

  • Users: kkomar
  • Content: Threads
  • Order by date
  1. kkomar

    How do I connect to the default database in DAO?

    I'm trying to connect to the default DB in DAO so i cna create a temp query and do the following simple action: ------------- Function SQLToExcel(sqlString As String) Dim cnn As DAO.Connection Dim qdf As DAO.QueryDef Set cnn = CurrentDb Set qdf = cnn.CreateQueryDef(Null, sqlString)...

Part and Inventory Search

Back
Top