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: *

  1. davidcreswell

    ODBC query w/ Access and VFP

    Hello: I am trying to run a union query in a MS Access db with an odbc connection to vfp. The data in both tables have the same format -- they are just diffent years. SELECT table1.vendor FROM table1 UNION ALL SELECT table2.vendor FROM table2; This should work, but I don't know why. I am...

Part and Inventory Search

Back
Top