View Full Version : Transfer data from one form to another.


Zacharyjuniorman
08-16-2001, 08:34 AM
I need help.

I have a form that I am recording customer complaints. I have three buttons at the bootom of the form that the user will select. If I want to ship the customer new product I want that button to open a new form and transfer selected data from the previos form. Any suggestions.

charityg
08-16-2001, 09:32 AM
In the onOpen event of the form you will open just refer to the control on the main form.

like:

Me!Name=forms!frmMain!Name
Me!Address=forms!frmMain!address

and so on

make sure to change your form name for the "frmMain"