Paste value from another form (1 Viewer)

AnnPhil

Registered User.
Local time
Today, 06:38
Joined
Dec 18, 2001
Messages
246
I would like to be able to double-click a value in one form and paste the value into a field of another form. What code would be needed to perform this?
 

boblarson

Smeghead
Local time
Yesterday, 22:38
Joined
Jan 12, 2001
Messages
32,059
Will it be the same fields all of the time?

If so you can just set the value like

Forms!YourFormToPasteTo!FieldName = Me.YourControlNameHere
 

AnnPhil

Registered User.
Local time
Today, 06:38
Joined
Dec 18, 2001
Messages
246
Thanks so much it worked great!
 

Users who are viewing this thread

Top Bottom