Connecting Tech Pros Worldwide Help | Site Map

activating Date and Time Picker

  #1  
Old November 13th, 2005, 03:57 PM
Jeho_Tee
Guest
 
Posts: n/a
I am new to Ms Access and I want to use the Date and Time picker on a
form. One of my computers allows it but the control does not appear in
the list of ActiveX Control in the second computer. when I try to open
a database file that already contains that Control, its opens without
the date control.

What should I do to have it activated on my second computer?

Thanks

  #2  
Old November 13th, 2005, 03:57 PM
MaC
Guest
 
Posts: n/a

re: activating Date and Time Picker



Uzytkownik "Jeho_Tee" <Jeho_tee@yahoo.com> napisal w wiadomosci
news:1130340006.537096.82310@z14g2000cwz.googlegro ups.com...[color=blue]
> I am new to Ms Access and I want to use the Date and Time picker on a
> form. One of my computers allows it but the control does not appear in
> the list of ActiveX Control in the second computer. when I try to open
> a database file that already contains that Control, its opens without
> the date control.
>
> What should I do to have it activated on my second computer?
>
> Thanks
>
>[/color]
You should check do you have mscomct2.ocx control in your system folder
(for example) on the second computer. If you do, try to register it by
entering command (in command line) :

regsvr32 mscomct2.ocx

If that file doesn't exist in that folder, first copy it from well working
computer and repeat registering by typeing command ,I wrote. After that,
control should work properly.

Hi
MaC



  #3  
Old November 13th, 2005, 03:57 PM
pietlinden@hotmail.com
Guest
 
Posts: n/a

re: activating Date and Time Picker


If you're using it for the Calendar, use a non-ActiveX version.
There's a really good one in Access Developer's Handbook.

  #4  
Old November 13th, 2005, 03:58 PM
Jeho_Tee
Guest
 
Posts: n/a

re: activating Date and Time Picker


Fine. I will try it and give you the feed back.

Thanks
Jeho

  #5  
Old November 13th, 2005, 03:59 PM
Jeho_Tee
Guest
 
Posts: n/a

re: activating Date and Time Picker


It worked alright. Thank you Guys.

Closed Thread