Good morning,
I am at it again with this code -
would you please tell me what I am doing wrong with this?
If Me.MemberID > 0 And Me.AuthNumber > "" Then
If Me.MemberID = Table.dbo_tdAuthorization.[MemberID] And Me.AuthNumber = Table.dbo_tdAuthorization.[AuthNum] Then
' MsgBox "Member ID and Auth Number match in CYBER."
Else
MsgBox "Member ID and Auth Number do not match in CYBER."
End If
End If
It's bombing on the 2nd line boldfaced. I am guessing it's not recognizing the table/field because I don't have it defined? I just don't know what the code should be since I am not a VBA programmer. I am trying to learn! LOL
Thank you for your help