I have a DB when selected audits were initially defined for staff to enter each observation. Over time, the desire has been to change to monthly summaries. I have created new fields etc to accept the new data and new queries to pull across both data types (y/n vs. numerical).. so far so good.
However, in an attempt to clean up the database, I would like to run a query to sum the old data by month and unit, then using this query upload it back into the new fields and then delete out the old observational lines.
Is this possible? Would I need to create an intermediate table? Any advise would be good - I can't afford to lose the data. Obviously, I'd test everything first.
Thanks
However, in an attempt to clean up the database, I would like to run a query to sum the old data by month and unit, then using this query upload it back into the new fields and then delete out the old observational lines.
Is this possible? Would I need to create an intermediate table? Any advise would be good - I can't afford to lose the data. Obviously, I'd test everything first.
Thanks