User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 423,787 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,676 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums

Ms Access cut string

Join Date: May 2008
Posts: 2
Reputation: عبدالباري is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
عبدالباري عبدالباري is offline Offline
Newbie Poster

Re: Ms Access cut string

  #2  
May 14th, 2008
foe example in form1 contain tow Text box
Text1="abdulbary algrady"

and you want to cut the string to Text2
use
this cod
Private Sub Command1_Click()
Text2.Text = Left(Text1.Text, 11)


End Sub
text2 will be equal="algrady"
Reply With Quote  
All times are GMT -4. The time now is 2:29 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC