Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parsing data on a form from a single table file

Status
Not open for further replies.

woodje

Technical User
May 24, 2004
16
US
Hello,

I have a table x with field17 and in this location I have a group of text of "CFACCESM04/18/05". I need to split this data from the table to 3 text boxes labeled txt1, txt2, and txt3. The first box (txt1 = the first 5 characters). The sencond box (txt2 = the next 3 characters). And the last box (txt3 = the last 8 characters).Can you please assist me with the coding to parse this data to these boxes correctly.
 
Take a look at the Left, Mid and Right functions.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top