View Full Version : New fields from existing data


JJT
03-25-2002, 05:53 AM
I have field1 containing the following:
X400:c=US;a= ;p=DCF;o=REGION1;s=MBAKSAY;%SMTP:fname.lname@PO.ST ATE.CT.US

I need to be able to create a new field2 which will always contain the information between the ";%" and the ".US".

Help..please.

Thanks

anna the third
03-25-2002, 07:16 AM
use the following functions

mid()
left()
instr()
instrrev()
right()