Search results

  1. W

    "And" Query

    Hey guys, here is the code i am working with so far: SELECT [TRO SCOPE 3].WELDER_ID, Count([TRO SCOPE 3].WELD_DATE) AS WeldsCompletedtoDate, Count([TRO SCOPE 3].RT_DATE) AS RTCompletedtoDate FROM [TRO SCOPE 3] GROUP BY [TRO SCOPE 3].WELDER_ID HAVING ((([TRO SCOPE 3].WELDER_ID) Is Not Null) AND...
  2. W

    Trying to count multiple in one

    thanks, I have three queries built from each other to get the one that i use, could i apply this to the last query? would i put: where [weld_date] = #date# and #date# from table [scope 3] thanks again
  3. W

    Cannot Rename Table

    Hey guys, I am trying to rename a table. In the navigation pane it shows up with the correct name but when i open the table the tab on the top still shows the old name and when i try to print the old name shows up. Any idea how to fix this issue, thanks!
  4. W

    Trying to get a Percentage

    hey, here is the columns that pertain to this query.. thanks
  5. W

    Trying to count multiple in one

    this code gives me a missing operator for the dates? what is missing, thanks. SELECT Count([SCOPE 3-COUNT].Weld_No) AS WeldCompleted, Count([SCOPE 3-COUNT].VT_No) AS VTCompleted, Count([SCOPE 3-COUNT].RT_No) AS RTCompleted, Count([SCOPE 3-COUNT].MT_No) AS MTCompleted FROM [SCOPE 3-COUNT]...
  6. W

    Trying to count multiple in one

    would i make this query from the percentages query or the step before? thanks
  7. W

    Report Underline

    perfect, thanks
  8. W

    Trying to count multiple in one

    I actually have a question about this query, is there a way to set it between specific dates, for example i need to print out a report every 10 days of the previous 10 days only
  9. W

    Report Underline

    Hey guys, how do I remove or change the color of the underline that is present under the column headings in my report. Thanks.
  10. W

    Trying to count multiple in one

    it worked out great, i was trying to do it all in one query, there was a third step to get it to percentages which all worked out great, thanks again. I posted a new thread with my other issue in the query forum if you wouldnt mind taking a look, thanks
  11. W

    Trying to get a Percentage

    It wont let me, this info is using features...blah...blah
  12. W

    Not sure how to make this work

    Hey guys, I am first going to explain what I am trying to achieve then tell you what I have, Tasks are performed by multiple People, overall 20% of each Persons Tasks has to be tested. However the Tests have Categories (qualifier 1 and 2, original, repair, rework etc..) and the first 2...
  13. W

    Trying to count multiple in one

    I got it to work, thanks again, I have another question about a different query if you dont mind?
  14. W

    Trying to count multiple in one

    Thanks, the second (group query) is a seperate query right?
  15. W

    Trying to get a Percentage

    should i send you a few rows from my database?
  16. W

    Trying to count multiple in one

    Hey there, I need to count 4 different totals. Using 4 categories and only unique values. I was wondering if I could do all 4 in one query. Thanks
  17. W

    Trying to get a Percentage

    actually, maybe it will be easier this way, there are several categories along with the qualifiers, the only ones that will be taken for percentages are original and rework
  18. W

    Trying to get a Percentage

    #2, each workers first 2 tested pieces are not counted towards the overall percentage needed but are still considered completed tasks
  19. W

    Counting Single Dates

    Hey there, I need to include in my report a text box that counts dates. There will be multiple entries of each particular date but it only needs to be counted once. What formula would I enter. Thank you.
  20. W

    Trying to get a Percentage

    hey there, so i have started entering data into this table, there is a new criteria that needs to be included in the percentage query, each MT_No/Date is assigned a type (qualifier 1, qualifier 2, original, repair ect...) the first 2 (qualifiers) do not count towards the percentages, how could i...
Back
Top Bottom