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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nmav

  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