Date/Time functions

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

I've got a form with report options on it where you select
a start date range in one field and an end date range in
another field. The date feature is called "Microsoft Date
and Time Picker Control 6.0(SP4) where a calender pops up
and you can find whatever date you are looking for. This
works great on my computer (I've got Access 2000 SP3) but
another PC has Access 2002 and this feature is not
available and I couldn't find it under the "more tools"
toolbar shortcut icon.

What do I need to do to get this function working in
Access 2002?
 
I had that same problem. What I had to do was to copy the file
Windows\system\mscomct2.ocx from my computer to each
clients computer in the same dir.

I develop in 2000 on a win98 but my users on on win95 which
did not have this file.

I hope this works.

Jim
 
Did you find the name of the file by looking in the
properties of the field? My properties for the field has
it as being MSComCtl2.DTPicker.2 but I can't find it in
the WINNT\System32 file.

I found the file you suggested and added it to the other
computer's system32 file. When searching for it in access
what is the name of it?
 
I forgot to mention that the other computer is running
Access 2002 (I don't know if that matters) not 2000.
 
I got the name of the file from the computer that it worked
on by checking the reference in the code window. Highlight
the reference and below is the file name. I do not know
the 2002 exact file name.

Jim
 
Back
Top