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...

Code:
frmStockList.Show vbmodal, me
According to Microsoft the second parameter is 'OwnerForm'. How can I retrieve the name or any other property of OwnerForm from within frmStockList ?

Any help on this would be greatly appreciated.