G
Guest
I want to make a public function using vba to test if a value is located
anywhere in a fields records. For example
FieldTest
A
B
C
D
If A is in FieldTest(and this checks all records)
Then something
Else something else
End if.
Thanks
anywhere in a fields records. For example
FieldTest
A
B
C
D
If A is in FieldTest(and this checks all records)
Then something
Else something else
End if.
Thanks