My SQL statement Does not sort by Name. Is there another way to do this?
PARAMETERS prmEnd DateTime, prmStart DateTime;
INSERT INTO ztrptPendingScheduled ( ISInvID, Name, ContractID, Contract, StepID, StepName, StepDateStart, StepDateEnd, StepStatus )
SELECT tblPersons_steps.ISInvID...