Date picker wont save date

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

Guest

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!
 
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?
 
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.
 
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. !!!!
 
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.
 
Back
Top