Author: susansusan
Date: Jul 3, 2008 05:01
Hi,
i have a connection to an access-database which works fine. Now I want to
delete all records of a table by clicking a commandbutton. I know I have to
use a loop, but I don't get it working...
Private Sub Command1_Clcik()
Adodc1.RecordSource = "TREX"
' delete all records of this table
' fieldnames are "ID", "Name" and "Title"
End Sub
Thanks,
susan
|