Copy info from old database to new one

trackmedic

Registered User.
Local time
Today, 19:34
Joined
Aug 20, 2001
Messages
115
Hey People,

I have revised a database that I was working in and I would like to copy information from the old version of my database to the new version. How do I do that???



Thanks


trackmedic
 
import or append old data

File, Get external data, Import and then give it the database and select the table. That will create a new table with the name of the old one with all of the data. If you have forms and reports, etc. then you need to Append the data into the tables you already have in order to use them. If you need help with Append, search for examples in the forum, probably in the Query forum.
 

Users who are viewing this thread

Back
Top Bottom