I have a string in my database as follows:
House, Street, County
What I would like to do is to be able to separate each of the string values into it's own field. Obviously using the ccommas to separate the text is the answer.
I know that this involves Left, Right, Mid and InStr but I'm not sure how it all comes together. Could someone explain the methods used in VB code to get the required output.
Thanks very much...
House, Street, County
What I would like to do is to be able to separate each of the string values into it's own field. Obviously using the ccommas to separate the text is the answer.
I know that this involves Left, Right, Mid and InStr but I'm not sure how it all comes together. Could someone explain the methods used in VB code to get the required output.
Thanks very much...