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 bkrike 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: mac318
  • Content: Threads
  • Order by date
  1. mac318

    Using VBA to manage remote table links

    Would someone please explain the technique(s) used to manage table and stored SQL links to remote database(s) using code. I know it's available through the Export/Import/Link menu; however, there must also be a method for using code to add, delete, and change these links once established...
  2. mac318

    Docmd.RunSQL vs Me.Recordsource

    Fellow Programmers. Does anyone know, from experience or reading, which is more efficient? strSQL = "Select * from ..." Docmd.RunSQL strSQL or Me.Recordsource = strSQL 1. Single user. 2. Network. Thanks, mac318

Part and Inventory Search

Back
Top