I have a table called member attendance
MemberID, Number
Mon Boolean (Yes, No)
Tues Boolean (Yes, No)
Wed Boolean (Yes, No)
Thurs Boolean (Yes, No)
Fri Boolean (Yes, No)
Sat Boolean (Yes, No)
Sun Boolean (Yes, No)
I then print a report off by date, example Tuesday 1st August.
When I produce an attendance report I only want members marked in as attending on a Tuesday to appear on the list.
Am I correct in thinking it would be an if Statement
If the date is a Tuesday then only show records where the field Tues is = true
Any Ideas greatly appreciated
MemberID, Number
Mon Boolean (Yes, No)
Tues Boolean (Yes, No)
Wed Boolean (Yes, No)
Thurs Boolean (Yes, No)
Fri Boolean (Yes, No)
Sat Boolean (Yes, No)
Sun Boolean (Yes, No)
I then print a report off by date, example Tuesday 1st August.
When I produce an attendance report I only want members marked in as attending on a Tuesday to appear on the list.
Am I correct in thinking it would be an if Statement
If the date is a Tuesday then only show records where the field Tues is = true
Any Ideas greatly appreciated