Results 1 to 2 of 2

Thread: Run Tme Error 2147352567 (80020009) In MS-Access 2007

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    26
    Rep Power
    0

    Run Tme Error 2147352567 (80020009) In MS-Access 2007

    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:


    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

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    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.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Replies: 7
    Last Post: 05-09-2013, 11:16 PM
  2. Run Time error '9': Subscript out of range
    By antonio in forum Excel Help
    Replies: 4
    Last Post: 03-26-2013, 01:53 AM
  3. Selecting workbook to run macro
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 2
    Last Post: 08-24-2012, 08:21 PM
  4. VB code to Run formula untill blank cell
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 8
    Last Post: 05-20-2012, 11:08 AM
  5. Click Run cycle
    By PcMax in forum Excel Help
    Replies: 6
    Last Post: 11-01-2011, 04:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •