mikewood1980
Registered User.
- Local time
- Today, 05:51
- Joined
- May 14, 2008
- Messages
- 45
Hi
I would like to delete the contents of one of my tables in the database using code. Does anyone know how to do this. Table is already declared with the following code...
can anyone help?
Thanks
MikeWood
I would like to delete the contents of one of my tables in the database using code. Does anyone know how to do this. Table is already declared with the following code...
Code:
Dim dbCurr As Database
Set dbCurr = DBEngine.Workspaces(0).Databases(0)
Dim rsTableTest As Recordset
Set rsTableTest = dbCurr.OpenRecordset("tblTableTest")
'need to delete the table here ***********
can anyone help?

Thanks
MikeWood