I want to obtain all data from a string that is to the left of a givem character.
The data string is a network path: "2005-A\AAA00001"
I want to get all data to the left of the "\" character. I can use the Left(text,6) command but the folder name has the possiblity of changing character length.
I have been unable to find anything for an Access Query, so I'm assuming I need to write a function.
Any ideas?
The data string is a network path: "2005-A\AAA00001"
I want to get all data to the left of the "\" character. I can use the Left(text,6) command but the folder name has the possiblity of changing character length.
I have been unable to find anything for an Access Query, so I'm assuming I need to write a function.
Any ideas?