[Resolved] Missing Date Time Picker
For some reason the computer on my laptop doesn't have a Date Time picker in VBA for Access 2002.
I brought a project home from work to work on, and it wont work :/
Anyone know how I can add the DTPicker into Access?
*edit*
I also don't have a timer..
its not listed anywhere in the controls list
Re: Missing Date Time Picker
*bump* As I can't get to work today, this is a pretty urgent problem..anyone know?
Re: Missing Date Time Picker
The DTP is a VB6 control and Access does not have it in its toolbox by default. You can add it as an additional ActiveX control.
Click more controls ... on your Access toolbox > browse through the menu until you find "Microsoft Date and Time Picker Control (SP4)".
Re: Missing Date Time Picker
I'm saying its not listed there....Cant find it anywhere...
Re: Missing Date Time Picker
Do you have VB6 installed on your system at home?
The dtp is in the mscomct2.ocx file in your system32 directory.
Re: Missing Date Time Picker
thanks! i needed the .ocx file :D
Re: [Resolved] Missing Date Time Picker
How come you didnt have it? You dont have VB6 installed at home?