rs.open "select field from table",db if not rs.eof then do until rs.eof cboKode.additem rs!field rs.move next lopp endif
--- In [email protected], dani darojat <ddaro...@...> wrote: > > Dear Master > > Mau tanya bagaimana cara dan kodingnya menampilkan database denagn db > combo.comtoh aku buat di database ( acces) > datatrayek > kode > namatrayek > initial > > bagaimana agar kode bisa diambil menggunakan dbcombo > thx > > > [Non-text portions of this message have been removed] >
