Need some help/pointer. I am attempting to search a table/field to see if it matches a field in a form.
This is not working for me. I am just looking to hard, but reaching out.
This is not working for me. I am just looking to hard, but reaching out.
Code:
If Me.Txt_field = DLookup("[field]", "Table", Preset_variable) Then 'found it Else 'didnt find it End If
Comment