C
croy
I have a table of surveys. The surveys are not done every
day. There is several years of data.
I need to show date for *every* day (whether a survey was
done or not), and show a total of survey details for each
day (even if it is zero).
Can I use a query to create a recordset that DateDiffs the
first & last survey dates, giving me a total of days between
the two dates, and then enumerate those days, as if it were
a table?
day. There is several years of data.
I need to show date for *every* day (whether a survey was
done or not), and show a total of survey details for each
day (even if it is zero).
Can I use a query to create a recordset that DateDiffs the
first & last survey dates, giving me a total of days between
the two dates, and then enumerate those days, as if it were
a table?