I stormed google searching for a solution for this and found nothing.
I want to use the .findfirst\next\last method using a criteria that uses a string variable AND a "begins with" wildcard.
I don't understand how to write it at all.
Basically it should say something like this:
In recordset "rs", in the field "test" find the first record that begins with whatever the string variable "searchString" holds.
I tried copying and even converting SQL codes but it just doesn't work...
Please help.
Thanks in advance
I want to use the .findfirst\next\last method using a criteria that uses a string variable AND a "begins with" wildcard.
I don't understand how to write it at all.
Basically it should say something like this:
In recordset "rs", in the field "test" find the first record that begins with whatever the string variable "searchString" holds.
I tried copying and even converting SQL codes but it just doesn't work...
Please help.
Thanks in advance
