How do I transfer data from Works database to Access database?

S

Sharon

I have our data stored in an Office Works database. I need to transfer the
data to the newer Access database. Is this possible without typing in all of
the data?
 
K

Ken Snell [MVP]

Export the data from Works into a comma-delimited text file (.csv) and then
import the text file's data into ACCESS.
 
Top