G
Guest
On my form, I have a tab control with two tabs and on the second, I'm trying
to refer to data thats stored on the first.
All I get is the error message 'Method or data member not found'. Where have
I gone wrong in this line of code ?
MsgBox Me.TabCtl.Pages("Member").txtAddress.Value
Thanks
to refer to data thats stored on the first.
All I get is the error message 'Method or data member not found'. Where have
I gone wrong in this line of code ?
MsgBox Me.TabCtl.Pages("Member").txtAddress.Value
Thanks