Results 1 to 4 of 4
  1. #1
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727

    Date Picker Option Not Available For Unbound Text box


    I changed this text box format to General Date but I do not have the date picker icon when I click on the text box. I also noticed that for this text box in the property sheet, it does not even have the date picker option listed. Does anyone know why? I am trying to do this in a report header.

  2. #2
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180

    Date Picker Option Not Available For Unbound Text box

    You could use the got focus event:

    Code:
    DoCmd.RunCommand acCmdShowDatePicker

  3. #3
    data808 is offline Noob
    Windows XP Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    727
    Thanks AlexHedley,

    but it says that its not available right now. I think that command is not available in a report. Thats what it seems like to me anyway. I guess I will have to find another solution. Thanks for the help anyway.

  4. #4
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180

    Date Picker Option Not Available For Unbound Text box

    I'd missed the Report part.

    Why do you need it in a Report?

    Select your parameters in a Form then open the Report based on your selection.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Show Date Picker on Load and Verifying Date
    By Markb384 in forum Forms
    Replies: 4
    Last Post: 03-04-2014, 07:44 AM
  2. Auto fill date into unbound text box
    By data808 in forum Programming
    Replies: 4
    Last Post: 02-26-2014, 09:21 PM
  3. Replies: 3
    Last Post: 05-02-2013, 01:59 PM
  4. IIF formula in an unbound text box using date()
    By probablyjoel in forum Forms
    Replies: 3
    Last Post: 04-20-2012, 12:03 PM
  5. Replies: 6
    Last Post: 01-26-2012, 02:53 PM

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