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 IamaSherpa 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. mbajema

    Relative Paths for Linked Tables?

    Rather than using linked tables try writing a query like this: SELECT * FROM table_name IN 'otherdatabase.mdb' This will let you query a table in another datbase. You can use physical or relative paths.

Part and Inventory Search

Back
Top