M
mattc66 via AccessMonster.com
I have a feild of data that I need to parse. It is formated as follows: (This
comes from an external data souce this is how I get the data).
SHIP DATE B 6/5/06
I want to seperate it into 3 seperate feilds.
FLD1: SHIP DATE (Text) This will be static
FLD2: B (Text) This will be a Q, B, or and E
FLD3 6/5/06 (Date) This will be the desired ship date. Sometimes the user
types - instead of /.
How would it type the VB code to parse this data?
Thanks
Matt
comes from an external data souce this is how I get the data).
SHIP DATE B 6/5/06
I want to seperate it into 3 seperate feilds.
FLD1: SHIP DATE (Text) This will be static
FLD2: B (Text) This will be a Q, B, or and E
FLD3 6/5/06 (Date) This will be the desired ship date. Sometimes the user
types - instead of /.
How would it type the VB code to parse this data?
Thanks
Matt