Results 1 to 2 of 2

Thread: Setting the control source of a text box in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Location
    Waynesville, OH, USA
    Posts
    11

    Post

    Code:
    Me!("TextBoxName").?????? = "Some string"

    Is the above right, and then what do you put in for the question marks to have that line input into a text box's control source?

    Thanks

    Brett Beckett

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105

    Post

    Text.

    For example,
    textboxname.text = "string data"

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