Share via

Simple DELETE * doesn't

Peter N Roth 1 Reputation point
2021-01-05T02:32:12.153+00:00

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?

Developer technologies | Windows Presentation Foundation

1 answer

Sort by: Most helpful
  1. Viorel 127K Reputation points
    2021-01-05T06:35:44.267+00:00

    Try “DELETE FROM Table1”.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.