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

Transfer data from one form to another

Status
Not open for further replies.

rphbrew

Technical User
Nov 30, 2002
40
US
I have a form that users enter information to request a change to occur.

Once i review the information I need to tranfer the data to another form from which I add additional information and print out a report.

How do I transfer the information?

thanks
 
How do you review the information?

Is there a form where the users enter the info and a different form where you review it or are they the same form?

Then, how do you get to the form where you have to add additional information? Is there a command button from the form where you review the information?

If the review form and the form where you add information (add form) are linked by a command button you can transfer the data by putting the field names of the review form in the control source of your add form. For example in the field of the add form:

Control Source = [forms]![review form]!text1

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top