D
Dr. Know
How can you determine the number of records deleted by a user from a
form? The default message from Access that states "You are about to
delete 5 records..." implies that this is available - somewhere. If
setmessages off there is NO indication at all...
Can this be retrieved for use in the afterdeleteconfirm event
procedure? If not, where at?
I haven't had any luck with the CurrentDb.RecordsAffected property...
Doesn't seem to work with form deletes, only DAO.
Thanks,
Greg
Dr. Know
form? The default message from Access that states "You are about to
delete 5 records..." implies that this is available - somewhere. If
setmessages off there is NO indication at all...
Can this be retrieved for use in the afterdeleteconfirm event
procedure? If not, where at?
I haven't had any luck with the CurrentDb.RecordsAffected property...
Doesn't seem to work with form deletes, only DAO.
Thanks,
Greg
Dr. Know