I have two tables, tblCurrentYearExpenditure and tblCurrentYearExpenditureSnap
Once a quarter I need to copy data from tblCurrentYearExpenditure to tblCurrentYearExpenditureSnap. In effect I need to create a snap shot of data in time from tblCurrentYearExpenditure and store it. I will need to add new data to this table as well, i.e. Date snapshot created, with every record added.
The problem being I don't know how to say for every record in tblCurrentYearExpenditure copy to tblCurrentYearExpenditureSnap and add this further information (i.e. Date snapshot created). Please help!
Once a quarter I need to copy data from tblCurrentYearExpenditure to tblCurrentYearExpenditureSnap. In effect I need to create a snap shot of data in time from tblCurrentYearExpenditure and store it. I will need to add new data to this table as well, i.e. Date snapshot created, with every record added.
The problem being I don't know how to say for every record in tblCurrentYearExpenditure copy to tblCurrentYearExpenditureSnap and add this further information (i.e. Date snapshot created). Please help!