Results 1 to 4 of 4
  1. #1
    Wil42 is offline Novice
    Windows 8 Access 2013
    Join Date
    Nov 2013
    Posts
    5

    Help in a form to access date

    Hello people,



    I've tried to create a form that users can select their own name (employeeT) and the actual date.


    These two parameters are the input fields to create a query to overview the already filled in hours ( activityT).

    The selection of the user is no problem, but don't know how to create a calendar overview.

    Can somebody help/ give me a simular example?

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    What do you mean by 'calendar overview' - weekly, monthly? Post an example of the desired output.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Wil42 is offline Novice
    Windows 8 Access 2013
    Join Date
    Nov 2013
    Posts
    5
    Click image for larger version. 

Name:	hourentry.jpg 
Views:	6 
Size:	68.2 KB 
ID:	14710

    Hello, at the end it should look like this.

    An employee selects his own name, and can select a date. (default = today)
    The system gives an overview of his already filled in hours for that day.
    He can add new lines, and change existing.

    Is it clear what i want to reach?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    You want an easy way to pick a date value? Access used to have a calendar control for that purpose but I thought it was dropped with 2010. However, I think the date picker popup is still available. Format a textbox for date and the date picker should be available.

    Using the criteria to retrieve the desired record can be done by:

    1. dynamic parameterized query (I never use this method)

    2. code (macro or VBA) that opens form or report filtered by reference to the input controls (I use VBA to construct filter string)

    Just listing the records as shown in the lower graphic is easy but if you want to emulate a calendar with database records - not easy. Here is one for cost http://www.microsoftaccessexpert.com...-Database.aspx
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 12
    Last Post: 01-07-2013, 03:32 PM
  2. Replies: 6
    Last Post: 12-27-2012, 10:49 AM
  3. Replies: 12
    Last Post: 04-26-2012, 04:01 AM
  4. Replies: 1
    Last Post: 07-07-2010, 04:22 PM
  5. VB coding to show current date n time in access form
    By cwwaicw311 in forum Programming
    Replies: 6
    Last Post: 02-10-2010, 09: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