Hi use the following code to post to my calendar. Does anyone know how I can post it to a different calendar other than my default. i.e. Event Calendar.
Private Sub AddAppt_Click()
'Save record first to be sure required fields are filled.
DoCmd.RunCommand acCmdSaveRecord
' Exit the procedure...