G
Guest
I have a Query with:
Date (date audit was done)
Pass (# good audits)
Fail (# failed audits)
I need to create a table/query that holds a :
Week-ending date
totPass (total audits for that week that passed)
totFail (total audits for that week that passed)
The user would input a date and how many weeks he would like to look at and
the table/query would hold the information so we could make a chart showing,
say the last four weeks (4 entries).
I'm not sure how to get a week-ending date. I can make an Append Query
showing the total pass fail audit for the week but not sure how to add a
week-ending date. I want to be able to say set a start_date and then the
number weeks and have it fill a table with the weekly data, but I am open to
any ideas. I'm not a stranger to vba(excel) but I am just now learning Access
VBA.
Date (date audit was done)
Pass (# good audits)
Fail (# failed audits)
I need to create a table/query that holds a :
Week-ending date
totPass (total audits for that week that passed)
totFail (total audits for that week that passed)
The user would input a date and how many weeks he would like to look at and
the table/query would hold the information so we could make a chart showing,
say the last four weeks (4 entries).
I'm not sure how to get a week-ending date. I can make an Append Query
showing the total pass fail audit for the week but not sure how to add a
week-ending date. I want to be able to say set a start_date and then the
number weeks and have it fill a table with the weekly data, but I am open to
any ideas. I'm not a stranger to vba(excel) but I am just now learning Access
VBA.