Dear Access experts, excuse me if my question is very simple, but I am entirely new to VBA.
I need to write an IF... Then... Else statement where the conditions run the check whether a certain value is found in a table. Something like:
If strString is IN [tblTable]![Field] Then
But there is no IN statement in VBA.
What is the common practice for executing such kinds of tasks?
I need to write an IF... Then... Else statement where the conditions run the check whether a certain value is found in a table. Something like:
If strString is IN [tblTable]![Field] Then
But there is no IN statement in VBA.
What is the common practice for executing such kinds of tasks?