reinstalling gives problems

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi,
I had to reinstall Access 2003.
When running my project I get an error on following line:

ActiveXBestEl21.Value = Date

This is part of a date-object of the main form

I get:
(I have to translate the message... so could be slightly different)
Error 2683 during running
This.... doesn't contain an object

Can anybody please help???
Thanks
 
Sounds as if your database uses an ActiveX control which isn't loading
properly.
Sometimes the easiest way to deal with this is to delete and re-create the
control on your form.

HTH
- Turtle
 
Problem solved.... Thanks
JP

MacDermott said:
Sounds as if your database uses an ActiveX control which isn't loading
properly.
Sometimes the easiest way to deal with this is to delete and re-create the
control on your form.

HTH
- Turtle
 

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

Back
Top