Hi,
i need to run the same query for each day of the month and have an output table with the information from each day showing
can someone help?
Hi,
i need to run the same query for each day of the month and have an output table with the information from each day showing
can someone help?
What are the fields in your tables that you're getting your data from & what data needs to go into your output table?
If you're running the query against the same table[s], it might be possible to just sort by Date. Would that fulfil your requirements?
Why do you need to output data that you're already storing into a secondary table?
It should be possible to build a query that shows you the information you want without storing anything.