My loop only works for the current record, but not for my whole recordset.
Is my loop not working because of this?
Set rst = CurrentDb.OpenRecordset("SELECT tblLocal.LoadLineID, tblLocal.JDRate, " _
& "tblLocal.SubyRate, tblLocal.JDPayment, tblLocal.Qty, tblLocal.PricePeriod FROM tblLocal " _...