Hi everyone. I have a column that contains data resembling the following:
123;455
1000;2000
12.5555;5.5555
I need to be able to capture everything to the left of the semicolon. I am using access 97 with an ODBC connection to a Progress database. Believe me this was not my weapon of choice but I have to work with what I have. I have a query that successfully uses a substring finction but since the semicolon is in a different position every time I need to make the length of what I select dynamic. Can someone please help?
Thanks in advance,
Jason
123;455
1000;2000
12.5555;5.5555
I need to be able to capture everything to the left of the semicolon. I am using access 97 with an ODBC connection to a Progress database. Believe me this was not my weapon of choice but I have to work with what I have. I have a query that successfully uses a substring finction but since the semicolon is in a different position every time I need to make the length of what I select dynamic. Can someone please help?
Thanks in advance,
Jason