P
placek
Hello
I am using the instr function in my module and i just want
to check that i am doing it right. Basically, i want the
program to do something when rec(1) is found to contain
strBookSpec. So, the code goes...............
If InStr(1, rec(1), strBookSpec) Then
..
..
..
..
Am i doing this right, or not?
Martin
I am using the instr function in my module and i just want
to check that i am doing it right. Basically, i want the
program to do something when rec(1) is found to contain
strBookSpec. So, the code goes...............
If InStr(1, rec(1), strBookSpec) Then
..
..
..
..
Am i doing this right, or not?
Martin