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

after update textbox, manipulating input

Status
Not open for further replies.

MBall2003

Programmer
Joined
May 30, 2003
Messages
61
Location
US
I have a text box that controls a client name i want it that the user inputs the cleint name, and in my code i automatically generate the client unique number. i want to pull out the first three letters of the client name , how can i do this using the code any help would be appreciated thanks


mball
 
dim stString as string 'my brain is half-dead so no imagination for variable name

stString = left(Me.[Client Name],3)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top