I have a table called the PartForecast. I would like a query that copies the 2016 records to the PartForecast table as 2017 records. Can anyone give me some direction on this query?
Thanks in advance,
Steve
Microsoft OfficeMicrosoft AccessSQL
Last Comment
Steve Eckerman
8/22/2022 - Mon
als315
Make append query with same source and resulting table - PartForecast and change date field from 2016 to 2017. May be you can upload sample DB with this table only and some dummy data?
Steve Eckerman
ASKER
Can you send me your idea in a SQL statement?
Thanks,
Steve
als315
I need structure of your table. What is in field with Year?
Look at query qry1. 1 is added to year number. If you have more then one year in the table, you can add criteria DB2016.mdb