Mar 16, 2003 #1 gloudo Programmer Joined Feb 3, 2002 Messages 34 Location NL Can anybody help me? How do I select the fist character from a textbox and then put it in a msgbox? Thanx
Can anybody help me? How do I select the fist character from a textbox and then put it in a msgbox? Thanx
Mar 16, 2003 #2 compucop Technical User Joined Sep 24, 2002 Messages 107 Location US ' USE THE LEFT FUNCTION TO RETURN THE FIRST CHARACTER MSGBOX LEFT(ME.TEXT0.VALUE,1) Upvote 0 Downvote
Mar 16, 2003 Thread starter #3 gloudo Programmer Joined Feb 3, 2002 Messages 34 Location NL Thanx compucop. Upvote 0 Downvote