Microsoft Access - Running avg dates

Asked By Pat C
19-Nov-09 09:34 AM

I have the following formula that figures a daily avg and breaks by week.  I am pretty much a novice compared to most out on this forum and new to using this forum.  I had a post and can not locate it again.  Anyway I am trying to also use this to figure the daily average and have it break by month, quarter & year to date.  I thought I could use this same premise but I am not able to figure it out.

=DAvg(" [Occpncy Rate(Skill Level)] ","[Non SG w/ Transfers Daily QRY]","Date Between #" & DateAdd("d",-Weekday([Date],vbMonday),[Date]) & "# AND #" & [Date] & "#")

Thanks for any help.

running avg dates  running avg dates

30-Nov-09 11:40 AM

I got it fugured out.  I had additional info place in the date functions, then what needed to be there.

=DAvg(" [Occpncy Rate(Skill Level)] ","[Non SG w/ Transfers Daily QRY]","Date Between #" & DateAdd("q",-1([Date]) & "# AND #" & [Date] & "#")  This ended up to provide the quarter results.

=DAvg("[Strght Avg Abdn%] ","[Non SG w/ Transfers Daily QRY]","Date Between #" & DateAdd("m",-Month([Date]),[Date]) & "# AND #" & [Date] & "#") This was for the month results.

Create New Account
help
avg free 8.0 Windows 7 I have windows xp professional SP 3 I have installed avg free edition 8.0 After last up date froom microsoft, the avg does not updates. when i try to update, appears and advise : " falta un arachivo .bin alguien sabe que puede ser ??? avg no tiene servicio para este programa y las FAQ no me dan solucion. Security Home Walthermoreno (1) Arachivo (1) Servicio (1) Alguien (1) Windows (1) Falta (1) Froom (1) Ask AVG technical support? - - Shenan Stanley MS-MVP - - How To Ask Questions The Smart Way http: / / www.catb.org / ~esr / faqs / smart-questions.html http: / / freeforum.avg.com / missing .bin file rectified by reinstall, of AVG just happened to occur around the
from MS Support Customers in the U.S. and Canada can receive technical support from Microsoft Product Support Services at 1-866-PCSAFETY. There is no-charge for support calls that that your problem is. Note any error codes etc. In other countries, see http: / / support.microsoft.com / security localized contact information. For more information about how to contact Microsoft for support issues, visit the International Support Web site: https: / / support.microsoft.com / common / international.aspx - - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = TaurArian [MS-MVP] 2005-2008 - Australia = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = How to make a good I am currenly on the phone with the phone number for help that was provided (Microsoft Product Support Services at 1-866-PCSAFETY), but don't know how much longer I if I try to re-install Windows Update. Has anyone had a satisfactory fix from Microsoft yet? Also note from the Windows Update log file it appears to be stuck on defender and windows media share. On media share I changed the value "2". I have AVG, Zone Alarm and Spybot SD res shield. I have the exact same problem with Vista Windows Update Agent Installer encountered unrecoverable error". free Windows Update support incident request: https: / / support.microsoft.com / oas / default.aspx?gprid = 6527 - - = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = TaurArian [MS-MVP] 2005-2008 - Australia = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = How to make
in query DataBase using access 2007, i have a query that shows Event Type State Date / Time* DayCount ALARM ACT / UNACK 01 / 01 / 2010 00:13:38 1 ALARM ACT / UNACK 03 / 01 / 2010 00:13:38 1 my SQL is SELECT [Alarm Data Filtered by Date].[Event Type], [Alarm Data Filtered by Date].State, [Alarm Data Filtered by Date].[Date / Time*], Count([Alarm Data Filtered by Date].[Date / Time*]) AS DayCount FROM [Alarm Data Filtered by Date] GROUP BY [Alarm Data Filtered by Date].[Event Type], [Alarm Data Filtered by Date].State
have a query that currently pulls the following information from Table A Project Name Milestone Date - -- -- -- -- -- -- -- -- -- -- -- -- \ - -- -- -- -- -- -- -- -- -- -- -- -- - Project A Date 1 Project A Date 2 Project A Date 3 Project B Date 1 Project B Date 2 Project C Date 1 Project C Date 2 Project C Date 3 Project C Date 4 But What I really want to
MDX Query for Date Ranges in the cube SQL Server Hi, I have a fact table UserEnrollment with DateEnrolled problems with following query. How to get a number of users enrolled on the particular date or a range of dates? SQL query to do it is easy: select count(distinct OLAP Discussions COLUMNS (1) SQL Server (1) Cube (1) Distinct (1) Create (1) Table (1) Date (1) Hi Boris, Here's an Adventure Works query which may help - assume that the Order Date is like Enrolled Date, Delivery Date is like Withdraw Date, and DateRange is selected on Ship Date. To count distinct customers who ordered on or before start of Ship Date range and