Hello
I've a problem whit a field check.
I want to check a field from my form to a hole collom of a table, if ther's a match then a popupmsg dissapears. Now i've this code but i doesn't work.
How can i make this work?
I've a problem whit a field check.
I want to check a field from my form to a hole collom of a table, if ther's a match then a popupmsg dissapears. Now i've this code but i doesn't work.
Code:
If Me.FieldName.Value Like tblMytable.Name Then
MsgBox "Text"
End If
How can i make this work?