• App Crash from Split Form

    Author
    Topic
    #485666

    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.

    Code:
    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:

    Reply To: App Crash from Split Form

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: