Cara paling mudah adalah memasukkan perintah SQL ke recordsource ADO, yaitu :
Delete From NamaTable Kalau ada kriteria, bisa tambahkan 'Where' menjadi : Delete From NamaTabel Where NamaField = ..... Atau Delete From NamaTabel Where NamaField Like ..... Salam, Vavai --- In [email protected], Ruliansyah <[EMAIL PROTECTED]> wrote: > Hallo all. > > Mohon bantuannya nih > > Bagimana menghapus semua record pada sebuah table > (Saya menggunakan Access dan VB+ADO) > > thanks. Untuk keluar dari millis ini, kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Programmer-VB/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
