I have no issue with the following command button code when run from “Single Form” view, but when run from “Split Form” view Access crashes.
Private Sub cmdNotes_Click()On Error GoTo ErrHandler Application.FollowHyperlink “C:UsersBryanMy DocumentsMy ApplicationsAccess ApplicationsGrow JournalDocumentsfrmPropagate” & Me.ID Exit Sub ErrHandler: MsgBox “No image on file. Many entries do not have associated documents,” & _ ” or the document was simply not created.”, vbInformation End Sub
Any help greatly appreciated.
Update: I have no idea what was causing this, nor do I understand why it has stopped. In any case, it is now a non issue :huh: