Results 1 to 2 of 2
  1. #1
    nomadinlondon is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Mar 2013
    Posts
    1

    Create report that is True/false dependent


    Sorry if this is not in the right place. Brand new to access and while i enjoy paying aorund in my own time, my boss has asked me to create an inventory. I have managed to create a simple one for now, basically by butchering a sample i found. i have a table with Item, Quantity and 'On a Trip' (the latter being a check box). I need to know how can i create a report that only shows items that are checked 'on a trip'?

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    One way would be to create a query that returned the desired fields, and put

    True

    in the criteria box of that field. Then base the report on the query. Another way:

    BaldyWeb wherecondition

    but hard-coding the criteria:

    "FieldName = True"
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Replies: 12
    Last Post: 02-10-2013, 10:13 AM
  2. Multiple True/False columns, forcing behaviour
    By RoscreaMou in forum Access
    Replies: 8
    Last Post: 05-08-2012, 04:24 PM
  3. Replies: 7
    Last Post: 01-11-2012, 12:24 PM
  4. Yes/No True/False
    By DSTR3 in forum Access
    Replies: 5
    Last Post: 12-04-2010, 05:56 PM
  5. True or false
    By tleec in forum Queries
    Replies: 1
    Last Post: 02-01-2008, 10:41 AM

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