Trying to maintain an access table through an outlook form

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

Guest

Would like maintain an access table through an outlook form
Have set up an ADODC control with a connection to an access database table. Managed to get the ADODC to make the connection but can't figure out how to display table contents on the form. Tried adding a text box (and combo box) but not sure how to reference the table - Can't enter anything into the ControlSource property. Have a feeling that this approach is all wrong
 
You have to write ADO code to populate each field on the Outlook item.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Wayne said:
Would like maintain an access table through an outlook form.
Have set up an ADODC control with a connection to an access database
table. Managed to get the ADODC to make the connection but can't figure out
how to display table contents on the form. Tried adding a text box (and
combo box) but not sure how to reference the table - Can't enter anything
into the ControlSource property. Have a feeling that this approach is all
wrong?
 
Back
Top