DELETE TableName.*
FROM TableName
WHERE TableName.FieldName=DMin("FieldName","TableName")
FieldName = The name of the field that indicate the which one is the forst row
The Min will take the first one
If you want the last record change it to max
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.