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 gkittelson 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

    Thanks for the reply Mike... Taking the semicolon out gives the same message box. I can run each query separately, and that may be what I have to end up doing right now. Thanks, David
  2. 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