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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

separate string into the groups

Status
Not open for further replies.

YanaD

Programmer
Mar 22, 2001
38
0
0
US
I have a string like:
Smith, M. John (Last name, MI. first name)
I need to break this and place them into separate text boxes: Last Name into txtLastName, MI into txtMI and first name into txtfirstName. How can i do it?
 
Try the Split command, the syntax is in Help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top