Hi!
I have just finished a report that saves values in a query.
This query contains values that change for each day, so what I would like to do is create a way to store this informaton in another query.
Basically I'd like to save data for each report-date.
And if you run the macro the same day I want it to replace that info with the new one.
So -> Save data for each day report date, if run on the same day then replace, and the next day append that for the new report date.
So it stores data for each report date
Anyone know a good structure with delete/append querys?