Hello,
I want to write code that sends an attachment via an Outlook add-in called Hightail. I have no clue how to reference add-ins in VBA. I have MS Access 2013 and Outlook 2013.
Thank you for your help
Public Sub doEmailOutlook(sTo As String, sCC As String, sSubject As String, sBody As...
Thank you Gina, I figured it out. To constrain the Control Source drop down list items, I had to - Design View of the form --> Add Existing Fields---->Show All tables and then select the appropriate table.
I have two forms. Both contain combo boxes and sub forms. One works the other does not (the filtering on the combo box). I have examined every property of combo boxes and noticed one difference. ComboBox A (the one that works) has a control source list (the drop down list on the...