To get a non-default folder, you need to walk the folder hierarchy using the
Folders collections or use a function that does that for you. For examples,
see:
http://www.outlookcode.com/codedetail.aspx?id=628 - uses a folder path
string
http://www.outlookcode.com/codedetail.aspx?id=492 - searches for a folder by
name
http://www.outlookcode.com/codedetail.aspx?id=1164 - uses a folder path
string in the Public Folders hierarchy
"Gary." <gmhull@sbcglobal.net> wrote in message
news:OvQGSygaKHA.740@TK2MSFTNGP04.phx.gbl...
>I have a form setup with a command button that when clicked sends
> information from the form to the outlook calendar.
>
> I am using Office 2007.
>
> My problem is how to reference a specific calendar other than the default
> calendar
>
> I have the default calendar and another calendar named BidDate.
>
> I need to send the information to the BidDate calendar.
>
> I am not sure how you reference the BidDate calendar in my Access VBA code
>
>