Recent content by mjschukas

  1. M

    open outlook calendar from an access form

    thank you...i used the following to start with: ' 'http://www.pcreview.co.uk/forums/open-calendar-and-go-date-vba-t798872.html '--------------------------- Dim ol As Outlook.Application Set ol = New Outlook.Application Set olns = ol.GetNamespace("MAPI")...
  2. M

    open outlook calendar from an access form

    thank you..i was looking for code example... thank you.
  3. M

    open outlook calendar from an access form

    (office 2003/2007) open outlook calendar from an access form i'm looking for an example...(just to open tthe calendar in a window on the form...) (and another option would be to search the Outlook contacts for the person on the Access form, and create an appointment...) thank you.
  4. M

    open outlook contacts in access 2007 form

    i would like to open the outlook contacts in an access 2007 form...? ??? thank you.
Back
Top