Hello everyone: I am trying to separate a field into three fields
The data would be like:
ABC34433-061513
AB3335-061513
OR
ABC34433-0615131 (extra number at the end)
The end is the date "061513" equals June 15 2013. The dash will be consistent. How can I separate the date from the data in front of the dash? Also, one more issue is that sometimes, there will be a number after the date, which I would like in a separate field.
Ex: ABC34433-0615131
Can someone point me in the right direction. I have looked at Allen Browne's ParseWord and the Split function. But it hasn't worked for me yet.
Thank you, Sophia
The data would be like:
ABC34433-061513
AB3335-061513
OR
ABC34433-0615131 (extra number at the end)
The end is the date "061513" equals June 15 2013. The dash will be consistent. How can I separate the date from the data in front of the dash? Also, one more issue is that sometimes, there will be a number after the date, which I would like in a separate field.
Ex: ABC34433-0615131
Can someone point me in the right direction. I have looked at Allen Browne's ParseWord and the Split function. But it hasn't worked for me yet.
Thank you, Sophia