F
Fred Boer
Hello:
In an immediate window, I enter the following (with the results displayed).
Shouldn't the second example return "5", since I am using the "start"
parameter?
?instr("This is a test","a")
9
?instr(4,"This is a test","a")
9
?instr(4,"This is a test","a",vbTextCompare)
9
?instr(4,"This is a test","a",vbBinaryCompare)
9
Thanks!
Fred "Puzzled" Boer
Windows XP Pro
Access 2003
In an immediate window, I enter the following (with the results displayed).
Shouldn't the second example return "5", since I am using the "start"
parameter?
?instr("This is a test","a")
9
?instr(4,"This is a test","a")
9
?instr(4,"This is a test","a",vbTextCompare)
9
?instr(4,"This is a test","a",vbBinaryCompare)
9
Thanks!
Fred "Puzzled" Boer
Windows XP Pro
Access 2003