|
-
Jan 14th, 2004, 11:51 PM
#1
Thread Starter
Member
Carriage returns
How does one insert text that contains carriage returns into a textbox? (textbox in on an access form)
-
Jan 15th, 2004, 12:04 AM
#2
Hyperactive Member
text1.text = "abcdef" & vbcrlf
This will do..
-
Jan 15th, 2004, 01:16 AM
#3
Dunno much about Access, but don't forget to set the textbox multiline property to true.
-
Jan 15th, 2004, 06:53 PM
#4
Thread Starter
Member
Cheers gusy - Martin has resolved this in 'Spell Check a Textbox"
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
|