Is it possible in MS Access undelete deleted rows ?
No, but your backup / restore software can
This is why, by default, Access prompts you with an "Are you sure?" message
when you delete something.
But that's only with the GUI.
If you're using DAO / ADODB and you've got a Recordset -- if you say
"rs.Delete" in your code, there is no prompt. It's just gone. So if you
have such a feature coded in your application, you have to provide your user
with with your own mechanism for prompting them
This behavior can be especially dangerous if you're using Cascading Deletes
on your relationships. Deleting a "Customer" could also delete related
"Orders", "Order Details", etc.
--
Peace & happy computing,
Mike Labosh, MCSD
"When you kill a man, you're a murderer.
Kill many, and you're a conqueror.
Kill them all and you're a god." -- Dave Mustane