PDA

View Full Version : Run Tme Error 2147352567 (80020009) In MS-Access 2007



Tony
06-18-2013, 01:03 AM
Gents,

I have created a timewrite program in Access. It worked ok in 2002 but now i'm getting the error:

Getting a runtime error 2147352567 (80020009)

Pointing to the code:




Private Sub Form_Load()

Me.objKalender = Date
Me.cboMaand = 0

End Sub

Private Sub objKalender_Enter()

Me.txtDatumSelectie = Me.objKalender.Value
Me.SF_Urenregistratie.Requery

Me.txtTotaalDag.Requery

End Sub

Excel Fox
06-18-2013, 07:46 AM
Tony, I'm not sure what some of the objects you've used in the code are. So one could comment if you attach the MS-Access file.