I have a field (CustomerName) that also contains a store number. So it would look something like this:
CustomerName#StoreNumber
I need to display these items as separate fields. I have been using a combination of string functions in SQL but am not having a lot of luck. I want to display everything to the RIGHT of the #. This should not be this difficult.
Please help.
Frustrated.
CustomerName#StoreNumber
I need to display these items as separate fields. I have been using a combination of string functions in SQL but am not having a lot of luck. I want to display everything to the RIGHT of the #. This should not be this difficult.
Please help.
Frustrated.