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

form reference to another form

Status
Not open for further replies.

EBee

MIS
Aug 10, 2001
229
US
frmPreprintorder.txtQuantity.Text = txtGrandSubZipDraw


I have textbox in a subform that I want the numeric value display into another form

the code above is in the click eventprocedure of the checkbox. However, it is giving an error of object error.

what is the proper syntax to reference data to another form

Thank you
ET
 
something like this ?
Forms!frmPreprintorder!txtQuantity = Me!txtGrandSubZipDraw

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top