Results 1 to 4 of 4

Thread: Carriage returns

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    53

    Carriage returns

    How does one insert text that contains carriage returns into a textbox? (textbox in on an access form)

  2. #2
    Hyperactive Member
    Join Date
    May 2003
    Posts
    401
    text1.text = "abcdef" & vbcrlf

    This will do..
    Enjoy!!!
    apps_tech

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Dunno much about Access, but don't forget to set the textbox multiline property to true.

  4. #4

    Thread Starter
    Member
    Join Date
    Nov 2002
    Posts
    53
    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
  •  



Click Here to Expand Forum to Full Width