How to delete rows from table?

amator

Registered User.
Local time
Today, 04:27
Joined
Aug 1, 2006
Messages
23
Hi.
How I can delete all rows from my table whit on query? Also I want that when I delete rows from my table index and other settings will stay in table.
 
DELETE FROM TableName (Maybe Access is DELETE * FROM TableName).
If you go into query design, select QUERY from the menu, you can selet DELETE query.
 

Users who are viewing this thread

Back
Top Bottom