Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383

    Access 2010 Calendar Control

    What happened to my calendar(s) ? Just updated to 2010. It's my birthday present. Now, my calendars are gone.Cant find the calendar control either. Where is this picker they talk about too? I am missing a reference some kind of way! Who makes these kind of goofy decisions?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If you bind a control to a date field, the calendar shows up.

  3. #3
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Explain that to me.All my calendars are gone. I told it to use the date picker, where is it? It does not show up on my form or when I try and click on any date field?

    It show sup when I am in design mode and open the form but NOT when I open the db normally ???
    Last edited by burrina; 11-21-2012 at 03:59 PM. Reason: further explanation

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Access should put a small calendar next to the control on your form that is bound to a DateTime field. You are saying it does not?

  5. #5
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Yep, it does NOT

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    My Calendar only shows up when the control has the focus.

  7. #7
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Man, I try like crazy clicking on it stomping on it, nothing happens!!! Grrrrr... ONLY when I am in design mode and open it normally there does it work right. Open the db normally and nothing. New software blues, Radical difference from 2000. NOT easier for sure.

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Hmm...try opening your db while holding down a <SHIFT> key. Maybe you have some global setting set the wrong way. I don't know which one it would be though.

  9. #9
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Have you already set your Trusted Locations?

  10. #10
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    They are set as they came.I also told it to allow macros and activex, nothing helped. I am missing a Reference I think, just dont know which one. Stupid Microsoft, should not be having this problem on a new install.

    Only other thing I can come up with is, I have a date filter that runs when the for opens.

    Here is my code, will this mess it up? I hope not.

    (Year([OrderDate])=Year(Date()) And Month([OrderDate])=Month(Date()) And Day([OrderDate])=Day(Date()))


    (Filter used when main form opens,i.e OrderDetails)
    Last edited by burrina; 11-21-2012 at 05:24 PM. Reason: Date Filter When Form Opens

  11. #11
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You have to set your Trusted Locations or code will not run: http://www.btabdevelopment.com/ts/2010TL

  12. #12
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Thanks, Tried that, NO difference.

  13. #13
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If you want to post a test db, I could try it. If it works then there must be some difference. Maybe a re-install will make a difference. Are you using an MDB or did you import your db to an ACCDB?

  14. #14
    burrina's Avatar
    burrina is offline VIP
    Windows 7 64bit Access 2002
    Join Date
    Oct 2012
    Location
    Freeport,Texas
    Posts
    1,383
    Tried dumbing it down and go figure, the stupid thing works. What is it , I don't know.At the point where I am not going to post the whole db here.I realize there is only so much you can do for me without seeing the whole thing, sorry! No doubt everybody her could write something better but I have put a lot of hard work into this thing.

    I will continue trying to figure it out. This version is NOT user friendly! I may wind up un-installing and going back. That would be a shame since when I bought it today for $74.00, they gave me the whole office suite for FREE.

    Bear with me for a while.

    Thanks,

    Dave

  15. #15
    Rod is offline Expert
    Windows 7 32bit Access 2007
    Join Date
    Jun 2011
    Location
    Metro Manila, Philippines
    Posts
    679
    Stick with it! Upgrades to 2007/10 really are a 'culture shock;' everything's in a different place or accessed in a different way. However on balance it's worth it. As Rural Guy says, date picker only shows up for fields formatted as dates when the field has the focus. Paul (pkstormy) and I have both submitted date pickers in the sample code section of this forum.

    Calendar Control v12.0 is available under ActiveX controls from the form design window.

Page 1 of 2 12 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Calendar Control
    By senn2912 in forum Access
    Replies: 1
    Last Post: 01-13-2012, 09:09 AM
  2. Access 2010 Calendar
    By Cyrex in forum Programming
    Replies: 9
    Last Post: 10-02-2011, 07:30 AM
  3. Missing Calendar Control 11.0
    By rnichols86 in forum Access
    Replies: 1
    Last Post: 10-04-2010, 04:11 PM
  4. Access Calendar Control
    By JGG in forum Access
    Replies: 7
    Last Post: 04-03-2009, 04:34 AM
  5. Access - Calendar Control
    By James890 in forum Forms
    Replies: 3
    Last Post: 04-01-2009, 04:52 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums