H hk1 Registered User. Local time Yesterday, 23:40 Joined Sep 1, 2009 Messages 121 Jan 14, 2011 #1 Is there any way to check to see if the current record has been deleted on a bound form short of trapping for the -2147352567 error that occurs when you try to run code against the record?
Is there any way to check to see if the current record has been deleted on a bound form short of trapping for the -2147352567 error that occurs when you try to run code against the record?
V vbaInet AWF VIP Local time Today, 06:40 Joined Jan 22, 2010 Messages 26,328 Jan 15, 2011 #2 Any of: * DCount() * Bookmark and NoMatch of recordset * Checking for #Deleted in the PK or FK field