Hey Guys,
This could possibly be very complicated that im trying to do and I am certainly not an expert in VB. But I know that it must be possible so I figured I would ask you guys and give it a shot.
I have uploaded a picture of the table that I wish to extract data from.
Basically, there is a field called 'DeviceTag'
Each entry consists of no more than 3 letters, then numbers (sometimes numbers+letters).
I want to extract only the letters at the begining (either export only the letters at the start of each entry to a new table or just some how that I can easily access them). Then I want to do the same with the rest of the data after the letters.
So ideally after running the script (or whatever you guys suggest) I would have another table with two fields, one containing the Letters at the start, the other containing the numbers/letters at the end.
An example would be:
MAG1001
Would be split into: "MAG" & "1001"
I hope that makes sense.
Thanks guys.
P.S. This Forum is great, very informative.
-Craig
This could possibly be very complicated that im trying to do and I am certainly not an expert in VB. But I know that it must be possible so I figured I would ask you guys and give it a shot.
I have uploaded a picture of the table that I wish to extract data from.
Basically, there is a field called 'DeviceTag'
Each entry consists of no more than 3 letters, then numbers (sometimes numbers+letters).
I want to extract only the letters at the begining (either export only the letters at the start of each entry to a new table or just some how that I can easily access them). Then I want to do the same with the rest of the data after the letters.
So ideally after running the script (or whatever you guys suggest) I would have another table with two fields, one containing the Letters at the start, the other containing the numbers/letters at the end.
An example would be:
MAG1001
Would be split into: "MAG" & "1001"
I hope that makes sense.
Thanks guys.
P.S. This Forum is great, very informative.
-Craig