Hi all,
I need to return a list of pupils with my query. I have three tables..
1. Lists all the dates for a given year and their descriptions, as in weekday or weekend
Fields: DATE, DESC
2. Records all clock-ins.
Fields: DATE, TIME, PUPIL_ID
3. Pupil Details.
Fields: PUPIL_NAME, PUPIL_ID
I need my query to return the details of pupils who have clocked in twice every day, where that day has a weekday desciption. (pupils can clock in a maximum of twice a day)
Can anyone help me with this?
Is so, thanks,
Robin
I need to return a list of pupils with my query. I have three tables..
1. Lists all the dates for a given year and their descriptions, as in weekday or weekend
Fields: DATE, DESC
2. Records all clock-ins.
Fields: DATE, TIME, PUPIL_ID
3. Pupil Details.
Fields: PUPIL_NAME, PUPIL_ID
I need my query to return the details of pupils who have clocked in twice every day, where that day has a weekday desciption. (pupils can clock in a maximum of twice a day)
Can anyone help me with this?
Is so, thanks,
Robin