:-( 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...
:-( 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...
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...
If your form contains a list box you can issue a DoCmd.Requery "Listbox_name". 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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.