2010 Access 32 bit database running on Windows 7 32 bit
The database functions without any problems until I convert it to an .accde or .accdr.
I have a form with the following in its BeforeUpdate event:
Private Sub Form_BeforeUpdate(Cancel As Integer)
On Error GoTo errHandler
Const...