Access App and Outlook 2003
Hi,
I have an Access application that has a form with an ActiveX Browser control on it. This has the OLE class InetCtls.Inet.1.
I have upgraded to Outlook 2003 and now when I try to open the form I get the error:
The open form action was cancelled.
You used a method of the DoCmd object to carry out an action in Visual Basic, but then clicked Cancel in a dialog box.
For example, you used the Close method to close a changed form, then clicked Cancel in the dialog box that asks if you want to Save the changes you made to the form.
Has anybody else upgraded to Outlook 2003 and have similar issues?
Rod
Re: Access App and Outlook 2003
Can you post the related code?
Re: Access App and Outlook 2003
It's just a form with an Activex Control on it that is opened through the code:
DoCmd.OpenForm "main", acNormal
Re: Access App and Outlook 2003
You have Macros enabled? Any code in the Form_Load event?