Link the MS Access form to the Outlook

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

Guest

Hi,

I created a few tables in the MS Access, and then I created the serveral
forms in the MS Access.

Can I link the MS Access forms to the Outlook to use?

And also, can I create the Outlook forms which forms can connect the MS
Access's tables?

Please let me know, thanks.
Thanks.
 
That depends on what you mean by "use." Outlook can't display an Access form as an Outlook item. You can, however, use Outlook code to automate Access and display a form in Access using the Access object model.

It is also possible to write code behind an Outlook form to display data in the form that comes from an Access table.

See http://www.outlookcode.com/d/database.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top