Here is the SQL. I had taken your advice and cleared all of the criteria out of the query and placed it on the form.
SELECT Students.txtFName, Students.txtLName, Students.School.Value, Students.TxtStudentNum, Students.Show, Students.ApptDate, Students.Program.Value, Students.Active, Students.FS, Students.Rep.Value, Students.Reschedule, Students.ReDate, Students.Pending
FROM Students;