I am working on a student register system, I am trying to modify someone else's existing access application and came across this:
TRANSFORM First(absence_code) AS FirstOfabsence_code
SELECT acad_period, student_id, register_id, register_group, First(absence_code) AS [Total Of absence_code]
FROM...