Usually Passing Form Name I use the code:
Private Sub Test1
Test2(me)
End Sub
Private Sub Test2(FormName as Form)
FormName.Unload
End Sub
But How Do I pass the TextBox Control Name to another Sub/Function?
Please help..
|
Results 1 to 7 of 7
Thread: Passing TextBox Control Name????Threaded View
|
Click Here to Expand Forum to Full Width |