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 Chris Miller 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: nmav
  • Order by date
  1. nmav

    pass-through query and vba

    here is my pass-through query (access odbc connection): SELECT abc_MAIN.abc_SEQUENCE.NEXTVAL FROM DUAL; It assigns unique value to a primary field from one of the tables linked to oracle database. I need to use values from this pass-through query in the loop which will populate 1000 records in...

Part and Inventory Search

Back
Top