esteiner
Programmer
- Oct 31, 2003
- 24
Hello, please excuse my ignorance.
I would like to split the values of a field called "ManfPartNum" into two fields ("Prefix" and "BaseNum"
.
I have an Access 97 database of about 50,000 records for which I would like to perform this operation on a weekly basis.
The following is an example record:
ManfPartnum = TMS5220CNL
I would like to create two new fields that contain the pieces of ManfPartNum. The values should be as follows:
Prefix = "TMS"
BaseNum = "5220CNL"
"Prefix" should be all of the alpha characters until the first number. The first number and the rest of the characters should be part of "BaseNum".
Any help would be appreciated
Thank you,
Charlie
I would like to split the values of a field called "ManfPartNum" into two fields ("Prefix" and "BaseNum"
I have an Access 97 database of about 50,000 records for which I would like to perform this operation on a weekly basis.
The following is an example record:
ManfPartnum = TMS5220CNL
I would like to create two new fields that contain the pieces of ManfPartNum. The values should be as follows:
Prefix = "TMS"
BaseNum = "5220CNL"
"Prefix" should be all of the alpha characters until the first number. The first number and the rest of the characters should be part of "BaseNum".
Any help would be appreciated
Thank you,
Charlie