Hi,
I am using MS Access 2000 and I am stuck with a bit of VB
How can I check if character number n = "\" in a string.
I have a For Next loop and I want to run though the string until \ is found.
I already have the length on the string is a variable fullNum
So my for loop starts as so
For n = 1 to fullnum
And then I have done brain dead.
Any help would be excellent
Many Thanks Phil
I am using MS Access 2000 and I am stuck with a bit of VB
How can I check if character number n = "\" in a string.
I have a For Next loop and I want to run though the string until \ is found.
I already have the length on the string is a variable fullNum
So my for loop starts as so
For n = 1 to fullnum
And then I have done brain dead.
Any help would be excellent
Many Thanks Phil