I am hoping this is a simple question but I have been struggling to find any details for this.
I have a form that is being shown modal from a number of other forms within my application. Each form opens the form thus...
According to Microsoft the second parameter is 'OwnerForm'. How can I retrieve the name or any other property of OwnerForm from within frmStockList ?Code:frmStockList.Show vbmodal, me
Any help on this would be greatly appreciated.




Reply With Quote