I have a field with text formatted as follows:
RACK 00150/BAY A/UNIT 01
I would like to create a function or something of the like that would decontstruct that field and place the five digit rack number into a field. Also it should take out the letter after the word BAY (never more than a single letter)and the two digit number (never more than two digits) after the word unit and combine them into a single field.
Field1: 00150
Field2: A01
I have not done this before so don't really know where to start. Thanks in advance.
James
RACK 00150/BAY A/UNIT 01
I would like to create a function or something of the like that would decontstruct that field and place the five digit rack number into a field. Also it should take out the letter after the word BAY (never more than a single letter)and the two digit number (never more than two digits) after the word unit and combine them into a single field.
Field1: 00150
Field2: A01
I have not done this before so don't really know where to start. Thanks in advance.
James