Cannot use MSCAL.OCX with SQL server 7.0 as it seems

B

Boudewijn Schipper

Using the calendar object on a form in Access 2000 gives the following error:
Error 2465: Microsoft Access can't find the field ActiceXCtl32 referred in
your expression. The Form loads with:
Private Sub Form_Load()
Me!ActiveXCtl32.Today
Me!ActiveXCtl32.Refresh
End Sub
This works normally in an Access .mdb file, but will not load with
SQLserver7 under ADO. The tables and all are visible and without any problem.
This is the calandar.9 version under Access 2000. I am sure that the OCX is
on the machine (under XPpro) in the right place.
Help is apriciated.
 

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