import table from wordperfect into access database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several tables created in WordPerfect 11 that I need to import into an
Access database. Can anyone tell me how to do this?
 
Export them from WordPerfect to a standard format (e.g. CSV or
tab-delimited, or even HTML), then import into Access.

(AFAIK it's also possible to write VBA code running in Access that uses
the Word Perfect object model to extract values from the WP table cells,
and then uses DAO or ADO to append them to database tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top