M
mattc66 via AccessMonster.com
I have created a public sub that I want to reuse in different forms.
What I am running into is the use of: me.NameOfControl.
Dim stFrt As String
stFrt = Me.Carrier
The control name is the same in all the forms I want to reuse the code
however it is failing. How do I do this?
Matt
What I am running into is the use of: me.NameOfControl.
Dim stFrt As String
stFrt = Me.Carrier
The control name is the same in all the forms I want to reuse the code
however it is failing. How do I do this?
Matt