|
-
May 30th, 2001, 12:45 PM
#1
Thread Starter
Hyperactive Member
Text box problem
Hi
I have a text box that changes a < to another symbol, using the Replace statement:
Me.Text1 = Replace(Text1, "<", "§")
However, when its run, it does what its supposed to do, but the cursor, jumps to the start of the text box. How do I stop this.
Some1 told me to use SelStart or something similar, but I cant work out how!
Any help would be appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|