...the SQL looked like this:
INSERT INTO tbl_RecallArchive ( [Report Date], [Item Type], [Age Category], [#Items], [Current Value] )
Select * From
(SELECT Date() AS [Report Date], stbl_tmpArchv.StockBond, tbl_tmpArchv.[Age Category], tbl_tmpArchv.[#Items], tbl_tmpArchv.[Current Shares]...