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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending data to a connecting form

Status
Not open for further replies.

WaltLukeIII

Programmer
Jun 28, 2000
199
US
I have one form and I want to take several values from that form and put them in non-editable data fields in the second form. I have not done much with access and have forgotten how to do this. Thanks.

Walter L Luke III


Walt III
SAElukewl@netscape.net
 
Easy way to do this is:

Form_SecondForm.FieldName = Me.FieldName

HTH
Mike

[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top