Recent content by Solo7

  1. S

    Query has week number and year from a date field.

    Hi guys! In my latest adventure "new query" I get tangled up with sorting week numbers A to Z. I use an expression field to convert a date to a week number. Works fine, except when I sort the query on the week number field the weeks go 1 11 12 13 14 15 16 17 18 19 2 20 21 ect. I used Opened...
  2. S

    Query with a Running Total

    This should be easy! Right? I have a series of dates with events that occured on those dates. Some events were extended, others were not how do I get a running total, cumulative total, for all records in the RunTotal column? Opened Date Open Issues CountOfExtended NotExt RunTotal 5/21/2007...
  3. S

    Managing knowledge that is used infrequently

    "Knowing what you don't know" Truth is if you know you don't know you know more than most, and by default, you have defined the parameters of what you don't know. So you do know something about the unknown - even if its less than you would like to know, you know where to start...If you choose...
  4. S

    Query Mondays (Dates) in last 52 weeks

    For example, if we make a table with one field which has a default value of NOW(), a second field with a default value of Now()-7, a third with Now()-14... we end up with a 52 field record with today's date in the first field and consecutive fields 7 days earlier than the last, through 52 weeks...
  5. S

    Query Mondays (Dates) in last 52 weeks

    I understand. I was hoping that someone had a solution like a table that calculated 52 mondays from this monday back and that I could use that to add to my current query so that the existing event dates would be grouped in the combined query by Date>last monday and Date<next monday.
  6. S

    Query Mondays (Dates) in last 52 weeks

    Although I appreciate your help what you have suggested is a bit beyond me. Any chance we could do this with say a table that has a default of Today() and use the Query push the 52 dates through?
  7. S

    Query Mondays (Dates) in last 52 weeks

    Thanks for the feedback. I'm still working on it.
  8. S

    Query Mondays (Dates) in last 52 weeks

    My main query has a list of events with the corresponding dates that they occured. I want to create a second query that shows Monday’s date of the current week and the Monday date of the preceding 51 weeks. How do I get my second query to show the dates for 52 consecutive Mondays starting with...
  9. S

    Annual axis by week

    I have events with the dates they occured in my table/query. I want to present them in a pivot chart with one axis representing the dates for each monday of the current week back to monday 51 weeks ago. How do I get my query to show the dates for 52 consecutive mondays starting this week and...
Back
Top Bottom