J
JethroUK©
i need to email weekly report of statistic from my database
i could find last week (>Now - 7), but i'm inclined to store the last time i
sent stats incase they are not sent exactly on time and find occurances
since [last stats] upto now
tricky part is collating these stats (i.e. how many new starts, completers,
acheivments (how many did x, y & z this week), next start date) - no client
details, just a matter of counting really & all quite easy to find on their
own but they all need different queries which need consolidating onto one
page report
i was thinking about creating a simple report and using DCount func to
derive each figure - but i think Dcount is restricted to criteria on the
field you're counting (in most cases i will have to find dates and count a
different field in that date range - Can Dcount handle this?
alternatively i will have to produce a nightmare query (consolidation of
many queries) to get all the totals i need
what do you think is the best/easiest way?
i dont mind coding & have even considered creating seperate recordset in vb
for each individual answer, but again i'm not sure whether i can do this on
the same report (reports and forms seem to be restricted to one recordset) -
can vb overcome this?
i could find last week (>Now - 7), but i'm inclined to store the last time i
sent stats incase they are not sent exactly on time and find occurances
since [last stats] upto now
tricky part is collating these stats (i.e. how many new starts, completers,
acheivments (how many did x, y & z this week), next start date) - no client
details, just a matter of counting really & all quite easy to find on their
own but they all need different queries which need consolidating onto one
page report
i was thinking about creating a simple report and using DCount func to
derive each figure - but i think Dcount is restricted to criteria on the
field you're counting (in most cases i will have to find dates and count a
different field in that date range - Can Dcount handle this?
alternatively i will have to produce a nightmare query (consolidation of
many queries) to get all the totals i need
what do you think is the best/easiest way?
i dont mind coding & have even considered creating seperate recordset in vb
for each individual answer, but again i'm not sure whether i can do this on
the same report (reports and forms seem to be restricted to one recordset) -
can vb overcome this?