I have several situations where I need to get data entered on form2 into form1 where form2 is an unboud form. For example, I have situations where a simple msgbox() function will not suit my needs so I created some so called custom "message box forms". (situations like I need to change the lables of the buttons from Yes/No to whatever is revelant to what is calling the message box, or need to choose a value from a listbox on that msgbox form and enter it into a field on the calling form, etc.)
Essentially the Msgbox() function is just a function that returns a value back to the line of code that called it. How do I go about getting my custom message box form to return a value back to the line of code that opened it just like the msgbox function does?
Essentially the Msgbox() function is just a function that returns a value back to the line of code that called it. How do I go about getting my custom message box form to return a value back to the line of code that opened it just like the msgbox function does?