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 SkipVought 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. slubbock

    Loading ORACLE Data in MSDE via VBA (ADO)

    :-( I need to extract data from an ORACLE 8i database via code and load it into an MSDE table. I have been able to use ADO to connect to the ORACLE database and run a select query, but have been unable to either make or load the data into MSDE tables. I also need to use the same method to...
  2. slubbock

    Loading ORACLE Data in MSDE via VBA (ADO)

    :-( I need to extract data from an ORACLE 8i database via code and load it into an MSDE table. I have been able to use ADO to connect to the ORACLE database and run a select query, but have been unable to either make or load the data into MSDE tables. I also need to use the same method to...
  3. slubbock

    Oracle 7 unique TABLE_ID's

    I have a small table in which we store a unique TABLE_ID. Don't ask why!! It was set up by Oracle for us. <br>Now, we have added some new tables and I need to populate this Table data into the unique TABLE_ID's. <br>Can anybody tell me where the unique table_id id stored in the database?<br>I...
  4. slubbock

    Delete Record

    If your form contains a list box you can issue a DoCmd.Requery &quot;Listbox_name&quot;. You can also requery the Listbox_name directly by using Listbox_name.requery.<br> <br> e.g. Forms!Employees!EmployeeList.requery<br> either of these can be added after the recored has been deleted.

Part and Inventory Search

Back
Top