Really Simple Question (you'd think!)
Hi,
I've got some code on a form that creates an appointment item, copies it and then opens a program (an Outlook Calendar), then the problem comes. I need to run the paste command in the calendar window, I tried:
DoCmd.RunCommand acCmdPaste
But that just tries to paste into the database! Can anyone help me out with this, I'm convinced that it's just one little line of code like involving Ctrl+V or something, I've searched the forums and even looked on the internet for a batch file code that might do it but no joy.
Please can someone help me, thanks.
Hi,
I've got some code on a form that creates an appointment item, copies it and then opens a program (an Outlook Calendar), then the problem comes. I need to run the paste command in the calendar window, I tried:
DoCmd.RunCommand acCmdPaste
But that just tries to paste into the database! Can anyone help me out with this, I'm convinced that it's just one little line of code like involving Ctrl+V or something, I've searched the forums and even looked on the internet for a batch file code that might do it but no joy.
Please can someone help me, thanks.