There is no object in this control

  • Thread starter Thread starter Alex Martinez
  • Start date Start date
A

Alex Martinez

Hello,
I am building a database for our Texas branch, which I develped in
California. The user is able to open the database except for some forms. I
get this error message "There is no object in this control" when they open
the form. Now I added a date and time picker in the database and it works
fine when I access the form in California, but not in Texas. I know this
error is du to the date and time picker. Can someone give me a hand in how
to get this error message remove and make the date and time picker work?
Thank you in advance.
 
You'll need to make sure the users have the same version of the date and
time picker control installed. I think this control comes with Office, so
that may mean ensuring they have the same version of Office.

HTH;

Amy
 
Is the date/time picker you are using an ActiveX control?
It could also be differences in Operating System versions, Service Pack
levels, Office application versions and service packs, all of which could
lead to VB Reference problems.
 
Back
Top