Hello,
I need to separate a field in a database (text) into two fields. The field (SedativeDose)currently holds values such as:
30 mg
.21 mg
3 mcg
10 mg
I believe the only way to do this would be to separate the numeric from the text. Does anyone know a good way to do this so I can create two new fields from this one (dose and unit)?
Thank you in advance for any help. I'm not real good at code or sql...
Julia
I need to separate a field in a database (text) into two fields. The field (SedativeDose)currently holds values such as:
30 mg
.21 mg
3 mcg
10 mg
I believe the only way to do this would be to separate the numeric from the text. Does anyone know a good way to do this so I can create two new fields from this one (dose and unit)?
Thank you in advance for any help. I'm not real good at code or sql...
Julia