The sql is as follows
INSERT INTO tbl_ProgramInvoiceLineItemStep4 ( ProgramID, ServiceType, Service, ServiceCost, ServiceMaxCost, InvoiceNumber, Quantity, Total, TotalToDate )
SELECT tbl_ProgramInvoiceLineItemStep3.ProgramID, tbl_ProgramInvoiceLineItemStep3.ServiceType...