Date Picker bound to a combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi , I am looking for a date picker that is bound to a combo box ,(i.e when
the drop down is clicked the calender appears) I have seen a date picker in
Vs.net which would be suitable ( I was wondering whether it would be
possible to use the same control in Access) , if this is possible how do I go
about using it as a control in access 2003 ?
Any help would be appreciated.

Regards
 
The non-Net version is part of mscomct2.ocx.
If you don't have that on your PC, a Google search will find you several
places you can download it.
(don't forget to register it, too)
Then it will show up under More Tools in your toolbox - I think it's called
Microsoft Date/Time Picker.

Be aware, though, that if you use this, and distribute your mdb file, you'll
also need to provide mscomct2.ocx to your users, and a way to register it.

HTH
- Turtle
 
Thank you very much for your assitance

MacDermott said:
The non-Net version is part of mscomct2.ocx.
If you don't have that on your PC, a Google search will find you several
places you can download it.
(don't forget to register it, too)
Then it will show up under More Tools in your toolbox - I think it's called
Microsoft Date/Time Picker.

Be aware, though, that if you use this, and distribute your mdb file, you'll
also need to provide mscomct2.ocx to your users, and a way to register it.

HTH
- Turtle
 
Back
Top