L legendv Registered User. Local time Today, 10:01 Joined Mar 18, 2002 Messages 99 Jun 13, 2002 #1 Does anyone know how to import raw data from a .mde into a .mdb? Not any forms/queries/reports/or VBA, just data.
Does anyone know how to import raw data from a .mde into a .mdb? Not any forms/queries/reports/or VBA, just data.
P Pat Hartman Super Moderator Staff member Local time Today, 05:01 Joined Feb 19, 2002 Messages 47,553 Jun 14, 2002 #2 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.
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.
L legendv Registered User. Local time Today, 10:01 Joined Mar 18, 2002 Messages 99 Jun 17, 2002 #3 Thanks Pat