![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I'm the not sure if I'm posting to the correct group, please advise.
I'm using a Outlook View control on an Access form. I have command buttons that change the view from Task to Calendar. I'm using Access 2003 and Outlook 2003. Private Sub Command42_Click() With ViewCtl1 .Folder = "Calendar" End With End Sub Private Sub Command43_Click() With ViewCtl1 .Folder = "Tasks" End With End Sub I can switch back and forth just fine, except when I click on a calendar appointment to view the details. The next time I click to switch back to a Task view, I get the following error... -1456340983 (a9320009) Automation error. I've tried searching those errors codes without any luck. Any suggestions would be greatly appreciated! Thanks, Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Selection Object of Outlook View Control | [email protected] | Add-ins for Outlook | 1 | August 26th 06 06:02 AM |
Outlook view control and one process | [email protected] | Outlook and VBA | 6 | June 5th 06 10:21 AM |
Outlook view control and one process | [email protected] | Outlook - General Queries | 2 | May 31st 06 06:59 PM |
Run-time error Automation Error | David | Outlook and VBA | 2 | April 25th 06 12:46 AM |
Automation Error | Lightknight | Outlook and VBA | 3 | April 4th 06 03:46 PM |