convert Microsoft Access files to Microsoft Outlook?

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

Guest

Is there a way to convert existing Access files to Outlook?
Thank You
 
Is there a way to convert existing Access files to Outlook?
Thank You

No. Access is a relational database; Outlook is an EMail, scheduling,
and journaling application. They're peas and apples.

You can - with some fairly messy VBA code - export *data* from Access
tables into an Outlook Journal, or into the Calendar, or into EMail
messages - but in no sense can you "convert" a database into an
Outlook .pst file.

John W. Vinson[MVP]
 
So I guess this means it does not work in the reverse? I would like to export
my Outlook contacts into my Access db. Or is this different, in reverse? Can
you help me?

thanks

Sarah
 
Access will import OL data, though having never had to do it. See File/Get
External Data
Though you might want to export to Excell first, manipulate your data, then
import the result into Access
 

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