R
rollover99 via AccessMonster.com
I have searched many threads to try and find an answer. I have a field that
has
many alpanumeric values in it.
Like SO12345 or PO54321
I am trying to get just remove the text from number in a query.
Field1 Field2
SO 12345
PO 54321
I have used this and get the Field1 but I am at a loss for field2
Left(dbo_INVOICE!SALESORDERNUMBER,InStr(dbo_INVOICE!SALESORDERNUMBER,"SO")-1)
has
many alpanumeric values in it.
Like SO12345 or PO54321
I am trying to get just remove the text from number in a query.
Field1 Field2
SO 12345
PO 54321
I have used this and get the Field1 but I am at a loss for field2
Left(dbo_INVOICE!SALESORDERNUMBER,InStr(dbo_INVOICE!SALESORDERNUMBER,"SO")-1)