Calendar Control Problem

A

AccessIM

I have several forms that use calendar controls for users to easily select a
date which is used for criteria in pulling up reports and/or forms. On each
ON LOAD event of the forms, I had the following code to automatically choose
the current date on the calendar control:

Private Sub Form_Load()
Me.ChooseDate.Today
End Sub

Up until today, these controls worked perfectly. However, last night they
did some work and moved our network files from one location to another.
Today, when we go into any of the forms that contain a calendar as described
above we receive a run-time error "-2147319765 (8002802b) automation error -
element not found" and when I select debug the problem seems to be with the
code above.

Does anyone know why this would be happening now and/or have any suggestions
for a fix?

Everyone is waiting on me to fix so any help would be GREATLY appreciated.
Thank you in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top