Date picker wont save date

A

Anna

Hi I have this same problem as many people have already posted on here.
I have the date picker on a custom form and i cant get the date to save.
I have read the replies to everyone elses questions and have no idea what
anyone is on about!! Can someone please explain in clear simple instructions!
Im Lost!
 
A

Anna

Ken thanks for the help, however no luck! makes no sense to me :(....i copied
that code into the open event handler (dont know if thats all i had to do?)
but when i run the form it gives me the error message saying i need to
install the active calendar from the library. But im pretty sure it is
installed, the MS date picker is in my toolbox, i put it there, and ive
dragged it onto my form so that means its obviously installed yeh?
 
K

Ken Slovak - [MVP - Outlook]

You also need to follow the instructions that are just before the code. If
you are getting that error it sounds like the control isn't correctly
registered on your computer. I don't know which calendar control you're
using but try to register it manually using a regsvr32 command line. See if
that helps and look at the distribution section of that Web page.
 
A

Anna

Ok, followed all the instructions,put the code in, and manually registered
mscomct2.ocx. It said successful. But i keep getting the error message from
the code. !!!!
 
K

Ken Slovak - [MVP - Outlook]

How did you get that control on your computer? You should be able to use it
if you have Visual Basic 6 or Office Developer installed. Otherwise
something else might have installed it and you wouldn't be able to use it
for development purposes.
 

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

Top