How can I copy an individual table from one microsoft access database file to another?
- Ovid -
i think this is what you want but not sure: 1. Open a new database,name it, then save it 2. Use the "Get external Data" under "File" 3. You can use "Import" or "Link Tables" I think this may help but not sure what you mean by "Copying Tables" Jer
That's exactly what I mean. However, I need code to do that for me. Any ideas?
Try This Code: SELECT * INTO newTable FROM oldTable
SELECT * INTO newTable FROM oldTable
Negative 0 Blog | RegEx | Encrypting UN/PW in Web.Config | Enabling ASP.Net on IIS 6 | Port Numbers | Creating GUIDs | Start->Run | Modifying the default class
Forum Rules