hey yer barred
Board Regular
- Joined
- Jun 19, 2007
- Messages
- 232
Hi All
I've been google-ing for well over a hour now and have found nothing to help me.
I've been using VB6 now for well over 3 years and never ever used the DHTML enviorment, and being as i have some time....im going to have a gander at it!
I have a select box that i have no idea how to add items to it from a recordset. Normally i would do this
If not(rs.eof) then
do while (not(rs.eof))
me.list1.additem = rs!Name
rs.movenext
loop
end if
This doesnt work on the html select box...can anyone help me please?
Also, can someone please post some likes to any good tutrials for this.
Your help is appresicated!
I've been google-ing for well over a hour now and have found nothing to help me.
I've been using VB6 now for well over 3 years and never ever used the DHTML enviorment, and being as i have some time....im going to have a gander at it!
I have a select box that i have no idea how to add items to it from a recordset. Normally i would do this
If not(rs.eof) then
do while (not(rs.eof))
me.list1.additem = rs!Name
rs.movenext
loop
end if
This doesnt work on the html select box...can anyone help me please?
Also, can someone please post some likes to any good tutrials for this.
Your help is appresicated!