Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2022
    Posts
    1

    Generating a list of information for one person


    I have a database that has trainings that are overdue for a company. It has the training number, individual, supervisor, and date the training was due in each row. I want to print a report that has the preson and super and then each training they are late on. Is there a way to do this? Thanks!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,926
    Certainly. Apply filter to the date due field. WHERE DateDue <= Date()

    Now, if you want all of a person's training combined into a single string of data, that requires VBA. Review http://allenbrowne.com/func-concat.html
    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. Generating Reports for Each Value in a List
    By Jessica240 in forum Reports
    Replies: 16
    Last Post: 09-12-2017, 02:36 AM
  2. Replies: 4
    Last Post: 11-04-2015, 05:44 AM
  3. Replies: 3
    Last Post: 12-09-2013, 08:53 AM
  4. Generating List and Narrow down to type
    By bhaktharvali in forum Database Design
    Replies: 2
    Last Post: 01-07-2012, 03:39 AM
  5. Replies: 1
    Last Post: 04-28-2011, 03:32 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