Run-time Error '2046' Command or action isn't available noe.

E

Eoin McGlynn

I am trying to export contact information from Access 2007 to Outlook 2007.
However when I run the command I get the error message above. I can use the
info in access to mail the contact, so I believe both applications and are
functioning fine. The code I am using is below.

Private Sub mdCreateOutlookContact_Click()
DoCmd.RunCommand (acCmdSaveAsOutlookContact)

End Sub

Any suggestions please?
 
Top