Hello Everyone!
Thank you very much for your help in time
I have few radio buttons in my form(e.g: Rdbtn0,Rdbtn1,R dbtn2) , i
would like to give "text" value for that radios at runtime, i have
array named "lscolname" , this array holds value for radio buttons
how to do it, can u re-code the following.
For i = 0 To ubound(lscolnam e)
rdbtnName = "me.RdBtn" + Trim(Str(i)) + ".text"
rdbtnName = lscolname(i)
Next
Paul
Thank you very much for your help in time
I have few radio buttons in my form(e.g: Rdbtn0,Rdbtn1,R dbtn2) , i
would like to give "text" value for that radios at runtime, i have
array named "lscolname" , this array holds value for radio buttons
how to do it, can u re-code the following.
For i = 0 To ubound(lscolnam e)
rdbtnName = "me.RdBtn" + Trim(Str(i)) + ".text"
rdbtnName = lscolname(i)
Next
Paul