I would have assumed that by now you know that this is not a Group
about Classic VB  !

On Jan 21, 7:52 pm, Praveen Mani Tripathi <[email protected]> wrote:
> i have a Employee Database table in SQL 2000 with empnm and empid.
>
> how can we access empid on a loop from database like vb 6.
>
> do until rs.eof
>    combo1.additem empnm
>    combo1.itemdata(combo1.newindex)=empid
> rs.movenext
> loop

Reply via email to