H
Hilarys
I am setting up an Access database for 6th form student data.
I have a "Registration" table for their daily registration with :
RegistrationDateID
Date
Pupil ID
Present/Absent
Term ID
And a 'Term' table with the dates for the 6 terms (Autumn Yr 12, Spring
Yr12.......Summer Yr 13) already entered with:
Term ID
Term
Beginning date
Ending date
The tables are joined with a many to one join ( many dates can have only one
term).
I want an expression to return the name of the term which the date in the
registration table falls in.
Help!
I have a "Registration" table for their daily registration with :
RegistrationDateID
Date
Pupil ID
Present/Absent
Term ID
And a 'Term' table with the dates for the 6 terms (Autumn Yr 12, Spring
Yr12.......Summer Yr 13) already entered with:
Term ID
Term
Beginning date
Ending date
The tables are joined with a many to one join ( many dates can have only one
term).
I want an expression to return the name of the term which the date in the
registration table falls in.
Help!