I am opening a Mail Merge dialog with, DoCmd.RunCommand acCmdWordMailMerge. This is then fine as long as the user clicks 'OK'. i.e. picks a Word Document.
Can anyone tell me how to trap the possibility that the user clicks 'Cancel' or 'closes the dialog'
I want :
If ???????????? = Cancel or Close then
Do Something
End If
I don't know to address the pop up dialog
Any help gratefully received.