Hello
I am having problems with a strip query. I am trying to export some data from access into a text file. Operators using the front end screen of access enter the full workphone into the workphone field, however, the text file must separate the std field from the rest of the phone field. There is a spare field in access which operators don't see called workphonestd but this field is not populated.
The query that I am using uses these two functions to strip the phone:
wphonestd: strip([workphonestd])
workphone: strip([workphone])
However, when I run the query, the workphonestd field remains blank and the workphone field is still populated with the full phone number including std.
Basically, can someone suggest a formula that will strip the std field from the workphone field and place it in the workphone std field and which will then also leave the workphone field with the number only (excluding std). I don't know if this makes any difference but the workphone field has got a space in between the std and number (i.e 01923 456123).
Thanks in advance
Helen
I am having problems with a strip query. I am trying to export some data from access into a text file. Operators using the front end screen of access enter the full workphone into the workphone field, however, the text file must separate the std field from the rest of the phone field. There is a spare field in access which operators don't see called workphonestd but this field is not populated.
The query that I am using uses these two functions to strip the phone:
wphonestd: strip([workphonestd])
workphone: strip([workphone])
However, when I run the query, the workphonestd field remains blank and the workphone field is still populated with the full phone number including std.
Basically, can someone suggest a formula that will strip the std field from the workphone field and place it in the workphone std field and which will then also leave the workphone field with the number only (excluding std). I don't know if this makes any difference but the workphone field has got a space in between the std and number (i.e 01923 456123).
Thanks in advance
Helen