• Help with Run time error message (2000)

    Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Help with Run time error message (2000)

    Author
    Topic
    #430781

    I appear to be geting an error message and cannot work out why this is, this is the coding:

    Private Sub Combo43_AfterUpdate()
    Dim strOwner As String
    If IsNull(Me.Combo43) Then
    Me.Current_Owner = Null
    Else
    strOwner = Split(Me.Combo43, “,”)(0)
    Me.Current_Owner = DLookup(“[chinook names review]”, _
    “[chinook names review]”, _
    “abbreviation =” & Chr(34) & strOwner & Chr(34))
    Me.[Date given doc] = Int(Now)
    End If

    see attachment for error.

    Any help would be appreciated.

    Viewing 0 reply threads
    Author
    Replies
    • #1006834

      You’re trying to look up a value in the table or query “chinook names review”. The error message indicates that abbreviation is not a field in this table or query.

      BTW: you’re trying to look up a field with the same name as the table/query. Is that correct?

    Viewing 0 reply threads
    Reply To: Reply #1006834 in Help with Run time error message (2000)

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

    Your information:




    Cancel