Hi
I Would like to pass one or more controls to a procedure , How can I Do, I tried to use ParamArray , but no work
I would like something as:
Code:My_procedure (myWhere As String, myBindVals As String, txttetbox1 as textbox, txttexbox2 as textbox....) 'or only textbox (or combobox....etc) My_procedure (myWhere As String, myBindVals As String, txttetbox1 as textbox)




Reply With Quote
