how do you get information off of the first form you created and have it go to the second form such as (ordernumber, or name)
transfer data between forms
Collapse
X
-
Changed the title of your thread because 'hello again' will not work in your favor in the search engine. -
You can either store the information in a global variable or a database or you can write the data directly to controls on the second form.Comment
-
try to use form's tag property or any global veriableOriginally posted by lee123how do you get information off of the first form you created and have it go to the second form such as (ordernumber, or name)Comment
Comment