import from .mde to .mdb

legendv

Registered User.
Local time
Today, 10:01
Joined
Mar 18, 2002
Messages
99
Does anyone know how to import raw data from a .mde into a .mdb? Not any forms/queries/reports/or VBA, just data.
 
If the tables are in the .mde database, you can link to them and use the linked tables in a make-table query to copy the data to another database.
 
Thanks Pat
 

Users who are viewing this thread

Back
Top Bottom