Results 1 to 3 of 3

Thread: retrieve string from a textfield and display on next label.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    retrieve string from a textfield and display on next label.

    hello there, can anyone guide me on how to retrieve a string from a particular textfield to be displayed in a label on a next form? thank you very much.

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: retrieve string from a textfield and display on next label.

    labelname.caption = forms("formname").controls("controlname")

    Possibly add a .Text or .Value

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    90

    Re: retrieve string from a textfield and display on next label.

    thanks man! =)

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