Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying Fields in a Form

Status
Not open for further replies.

Yzerman777

IS-IT--Management
Jun 26, 2001
7
0
0
US
I am creating a form in order to keep track of verious licenses held by users. At one point I need to copy some information in the form to another section of the form if is pertains to the same user. I am trying to use a button that, when clicked, will copy data in a one field of the form to another field of the same for. If anyone out there knows how to do what I am describing, please let me know. Thank you, in advance.

Chris Wildes
Low Level Tech Guy
 
In the OnClick event of your button set the code like this:

TargetControlName = SourceControlName

HTH Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top