The following code opens a new contact in Outlook and populates the fields with the data from my Access database.

How do I change the the default folder that this contact is saved to, at the moment it saves it to the default folder 'Contacts'? I want it to save these contacts in a folder called 'Agents'

=============== =============== =============== =========

Public Function fncAddToOutlook ()
...