|
-
Jul 14th, 2005, 03:05 AM
#1
Thread Starter
Lively Member
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.
-
Jul 14th, 2005, 04:33 AM
#2
Re: retrieve string from a textfield and display on next label.
labelname.caption = forms("formname").controls("controlname")
Possibly add a .Text or .Value
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...
-
Jul 14th, 2005, 07:59 PM
#3
Thread Starter
Lively Member
Re: retrieve string from a textfield and display on next label.
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
|