The query for the form recordsource is
SELECT tblShotList.ShotNumber, tblShotList.ShotNumSuffix, tblShotList.Inline, tblShotList.ShotDescr, tblShotList.ShootsFK, tblShotList.CamerasFK, tblShotList.ShotListID
FROM tblShotList
ORDER BY tblShotList.ShotNumber, tblShotList.ShotNumSuffix;
(This is...