T tezread Registered User. Local time Today, 18:36 Joined Jan 26, 2010 Messages 330 May 12, 2011 #1 Hi thereI am trying to work out the average number of episodes per day. I have a tableEpisodeIDDatecould anyone help?
Hi thereI am trying to work out the average number of episodes per day. I have a tableEpisodeIDDatecould anyone help?
John Big Booty AWF VIP Local time Tomorrow, 03:36 Joined Aug 29, 2005 Messages 8,262 May 12, 2011 #2 Have a look at a GroupBy (total) Query, perhaps this article will give you some pointers. You could Group By your date field, and then use the Avg to return the average for that date.
Have a look at a GroupBy (total) Query, perhaps this article will give you some pointers. You could Group By your date field, and then use the Avg to return the average for that date.