
Wanted - how do I access properties of the form, a control is being dragged from ?
Hi All,
how do I access properties of the form, a control is being dragged from
?
When I drop the control being dragged, I also need to access other
values from the form it's being dragged from.
I set up some additional properties on the 'source' form
Public Property Get getImsDBName() As String
getImsDBName = msImsDbName
End Property
but I'm having trouble referencing then in the 'dropped' control
Any suggestions
TIA
Bill