PickFolder query
I have set up a way of transferring data from an Access table to an Outlook contacts folder using the .PickFolder method. It all works fine unless the user chooses tocancel the modal dialogue box from which they select the Outlook contacts folder to which they want to add the contacts. Because the .PickFolder method returns 'Nothing' I get the 'Object variable with block variable not set' error.
Any suggestions of a way around this?
Second less vital issue: how can I get .PickFolder to reference the Outlook Categories list/form.
Many thanks

