Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 53
  1. #16
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Allan,


    Agreed - I was trying to be diplomatic. Since these report features take precedence, massaging queries may be fruitless.

  2. #17
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Sorry Jack. I should have known that. I just wanted to make the facts real obvious. The report does not mess with the Where or Having clauses so the OP should be able to modify the query to limit it to just what they are desire.

  3. #18
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    I'm not convinced that the OP has a clear picture of what is required. There still seems to be some confusion re requirements/outputs etc.
    I always find it difficult, but helpful, to describe in detail what is being asked. Often posters jump over the details and try to "implement" a - not too well thought out concept - in physical Access. As you try to describe the details, the light usually goes on
    and you realize there are pieces missing, there another concept/entity needed, the logic doesn't address XXX etc.
    As someone said, if you can't describe the issue/opportunity in clear, simple terms, then you probably don't understand it as well as you think.

  4. #19
    newuserthatneedsassistanc is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2017
    Posts
    66
    I've re-created the query but here is the issue:

    If I remove TRANSTYPE as a field, I get all of my 82 project numbers non-redundant.

    Click image for larger version. 

Name:	Captur546346546e.jpg 
Views:	13 
Size:	209.2 KB 
ID:	29567Click image for larger version. 

Name:	Cap234134234ture.PNG 
Views:	13 
Size:	37.7 KB 
ID:	29568


    However, if I include TRANSTYPE as a field, which we want to include so we can see all 82 project numbers as well as the ones that are an " L", we get redundant records (More than 82). Attached are screen grabs.



    Click image for larger version. 

Name:	Capture3452354.PNG 
Views:	13 
Size:	38.9 KB 
ID:	29569Click image for larger version. 

Name:	C356356apture.jpg 
Views:	13 
Size:	206.2 KB 
ID:	29570

  5. #20
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Can you post a copy of the database -- do compact and repair, then zip it?
    Remove anything confidential first.

    Also, can you define in clear terms what you are trying to show in the Query or Report?

    It is possible that your data structure may not be normalized and is causing issues(redundant records).

    In one jpg I see multiple records for 91179 and 91526 for example, but each has a different Transtype.
    In the one above I see multiples for 91402 but they each have different SumOfQTY. So I must ask, what makes your records unique, or what exactly were you expecting for this "NUMBER"?

    You should also be aware that Name, Number and Code (and possibly others) are reserved words in Access.
    Here's a link to a list of reserved words provided by Allen Browne.



  6. #21
    newuserthatneedsassistanc is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2017
    Posts
    66
    @orange

    https://app.box.com/s/wytlcjrgx2v6u1ra4mr5p8qr9opeexjs

    projmast.mdb is the one we're working with

    The goal is to see every single project record we have with a STATUS of A-H (Theres 82)

    ...in the order of field names that's it's currently in (NUMBER, TRANSTYPE, SALESMAN, PROJPODATE, PRODUCT, DATEIN, DATEDUE, STATUS, DATECOMPL, NAME, DESCRIPTIO, HOURSLABOR, QTY(Sum), TOTAL_PROJ, TOTALBILLD & also being able to see all the Transtype L's (Excluding P and X) without redundancy. So basically 82 records with the addition of Transtype L records in the same report.

    We want to be able to generate a report using this query that we're having so much trouble with that updates automatically each time a new project is entered that gives us the total hours for labor (QTY is posted hours) down at the bottom of the report.

  7. #22
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    This is what I got when going to your link
    Click image for larger version. 

Name:	snip.PNG 
Views:	12 
Size:	13.8 KB 
ID:	29572
    Last edited by orange; 07-21-2017 at 09:07 AM. Reason: added png

  8. #23
    newuserthatneedsassistanc is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2017
    Posts
    66
    Should be able to download it

  9. #24
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    210 MB ??? Did you Compact and Repair before zipping?

  10. #25
    newuserthatneedsassistanc is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2017
    Posts
    66
    Compacted it, didn't know what "Repair" meant

  11. #26
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Allan,
    Were you able to download the file? I see it is 210 mb, but get an error message when I click download.

    newuser,
    Can you decipher this
    ...in the order of field names that's it's currently in (NUMBER, TRANSTYPE, SALESMAN, PROJPODATE, PRODUCT, DATEIN, DATEDUE, STATUS, DATECOMPL, NAME, DESCRIPTIO, HOURSLABOR, QTY(Sum), TOTAL_PROJ, TOTALBILLD & also being able to see all the Transtype L's (Excluding P and X) without redundancy. So basically 82 records with the addition of Transtype L records in the same report.
    What exactly is the criteria? All Transtype L's (excluding P and X)???

  12. #27
    newuserthatneedsassistanc is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2017
    Posts
    66
    We need to see the L's

    We dont need to see P and X

    Specifying a transtype criteria makes it not show all the project records which we need to be able to see

  13. #28
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Allan et al.

    I just downloaded the zip??
    There are 4916 files in the zip??

    It appears that most are older dbf (dbase3/4??) and indexes; pdfs, bmps... going back to 1998???

  14. #29
    newuserthatneedsassistanc is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Jul 2017
    Posts
    66
    This is an ancient database

  15. #30
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    So the "BackEnd" is dBase or FoxBase? I did get the file downloaded. Which accdb are you trying to get to work?

Page 2 of 4 FirstFirst 1234 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. generating a report from multiple queries
    By DianneBeck in forum Reports
    Replies: 3
    Last Post: 05-31-2015, 08:53 AM
  2. Multiple Queries into one report.
    By Ray67 in forum Reports
    Replies: 3
    Last Post: 04-24-2012, 11:22 AM
  3. Use 1 report for multiple queries?
    By Rosier75 in forum Reports
    Replies: 4
    Last Post: 10-22-2011, 07:57 AM
  4. Replies: 10
    Last Post: 12-11-2010, 11:01 PM
  5. Replies: 1
    Last Post: 06-29-2010, 03:40 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