A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Try “DELETE FROM Table1”.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I’m forgetting something obvious, but I’ve tried
CurrentDb.Execute “DELETE Table1.* FROM Table1;”, dbFailOnError
Tried it with a querydef and DoCmd.RunSQL but the records just won’t go away ….
What am I missing?
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Try “DELETE FROM Table1”.