I have 2 queries as follows:
DoCmd.OpenQuery "qryappendtblHelpdeskcallstoArchive", acViewNormal, acEdit
DoCmd.OpenQuery "qrydeletetblHelpdeskcallsArchived", acViewNormal, acEdit
Both queries have a parameter of Archive date which is used to first append calls less than the Archive date to...