Check to See if CurrentRecord has been Deleted in Bound Form (1 Viewer)

hk1

Registered User.
Local time
Today, 00:01
Joined
Sep 1, 2009
Messages
121
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?
 

vbaInet

AWF VIP
Local time
Today, 07:01
Joined
Jan 22, 2010
Messages
26,374
Any of:

* DCount()
* Bookmark and NoMatch of recordset
* Checking for #Deleted in the PK or FK field
 

Users who are viewing this thread

Top Bottom