Hi,
I want to split text from a table feild into 3 query fields for manipulation later.
The text looks something like:
1234 southside project X
1324 South bank Project Y
And \i want it to look something like this:
Site ID site name project
----------------------------------
1234 Southside Project X
1324 South bank Project Y
Does anyone know the best way of doing this. I can split the site number from the rest of the text but that's about it. The site name varies as well so searching for blacks can be troublesome.
Any hellp would be appreciated.
Some people make things happen, some watch while things happen, and some wonder 'What happened?'
I want to split text from a table feild into 3 query fields for manipulation later.
The text looks something like:
1234 southside project X
1324 South bank Project Y
And \i want it to look something like this:
Site ID site name project
----------------------------------
1234 Southside Project X
1324 South bank Project Y
Does anyone know the best way of doing this. I can split the site number from the rest of the text but that's about it. The site name varies as well so searching for blacks can be troublesome.
Any hellp would be appreciated.
Some people make things happen, some watch while things happen, and some wonder 'What happened?'