#Deleted# records on form -- Part II

S

So Call Me Crazy

Please see original post dated 5/11/07. MVP named Klatuu responded with code
for a function that works great, but with this caveat:

If the user has applied a filter to the form, and they happen to be on the
last record within that filter and delete that record, we get an error
message. It performs the delete fine, and I'm not running into a #Deleted#
record. The error message implies that it can't go to the record specified.

I'm wondering if the RecordsetClone is not what we believe it to be when
applying a filter. ??
 
Top