I have two forms, the first has a textbox with customer name (read only) and a button to load the second form which has some textboxes for enter customer name, etc. When I populate these textboxes from SQL and click ok to close the second form I want the customer name from a textbox to return to the first form.
How do I do this? Return values? Global variables? Any help would be greatly appreciated!