Command Buttons - RESOLVED
I have 2 command buttons on one form lets call this form1. On form2 I have a drive, directory, and file listbox. Lets say I click on command button1, it opens form2 and allows me to select the drive, directory, and file. I want it to write back to form1 in a text box. If I click command button2 I want it to do the same thing but write back to form1 to a different text box. What I am asking is how to determine which button is clicked on form1 and carry that over to form2?
Thanks.