Hi,
I have my rs all set up and full of data but cant get more than one item into the checkbox.
While rs.eof = False
cmbTools.Value = rs("ToolID")
rs.MoveNext
Wend
I know this doesnt work but Im used to VB6 and cant find the AddItem or a similar function here.
Thanks for the help!
I have my rs all set up and full of data but cant get more than one item into the checkbox.
While rs.eof = False
cmbTools.Value = rs("ToolID")
rs.MoveNext
Wend
I know this doesnt work but Im used to VB6 and cant find the AddItem or a similar function here.
Thanks for the help!