Results 1 to 2 of 2
  1. #1
    pairak is offline Novice
    Windows 10 Access 2016
    Join Date
    Oct 2017
    Posts
    1

    Printing rows based on data in colums

    Hello, I am completely new to access but want to try to make some basic user databases at work. One thing I would like to have made is sorta an attendance list. I have a database with users and want to input what days their supposed to attend, then I'm gonna make a form with some buttons that either generate a list for overview/print or directly prints a list based on the cell data. For example, A button that auto prints a list of the users that is supposed to attend on Monday, another for Tuesday and so on, all with easy access and as few steps as possible to use. So in the database I have separate columns with a simple yes/no field for each individual day, so I will want it to print the list with selected colums based on which users have that particular day set to "yes". Is this possible?

    In advance, thank you.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    yes, 1. collect all the data into a single query for that range. (date range, or confRoom range)
    then
    2. make a crosstab query to display it all as a single 'week sheet'

    use the query wizard, choose crosstab query,
    pick the range qry (in 1 above)
    it will ask you for the field to use as row field (people)
    the column field (days of week)
    and the intersecting value (yes/no)

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

Similar Threads

  1. How to move data from rows into colums...
    By surgicalstrike in forum Queries
    Replies: 3
    Last Post: 04-13-2015, 02:55 AM
  2. Replies: 4
    Last Post: 02-25-2014, 01:09 AM
  3. Replies: 4
    Last Post: 11-01-2012, 11:38 PM
  4. Rows & Colums in Reports
    By smarty84handsome in forum Reports
    Replies: 3
    Last Post: 02-05-2012, 12:35 AM
  5. Printing a report based on one row of data
    By MEEMeyer in forum Reports
    Replies: 8
    Last Post: 03-04-2010, 05:45 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