Can I build a query that pulls fields from multiple records? My database schedules employees, or groups of employees, work days and off days. A simplified version of the structure of a record is:
I want my form to look like this. An "X" represents a check box:
So therefore my query would have to pull the Yes/No field for seven different dates (records). I tried to build such a query but couldn’t get it to work. I tried making each check box a separate sub-form with it’s own query but Access won’t allow continuous forms with a sub-form. Any ideas?
Tom
MCSD
I Nab Terrorists
Code:
[Date](PK), [OnDuty](Yes/No), [Group](FK)
I want my form to look like this. An "X" represents a check box:
Code:
[u][b]GROUP NAME[/b][/u]
Sun Mon Tue Wed Thu Fri Sat
10/10/2004 X X X X X
10/17/2004 X X X X X
10/24/2004 X X X X X
10/31/2004 X X X X X
etc.
etc.
etc.
So therefore my query would have to pull the Yes/No field for seven different dates (records). I tried to build such a query but couldn’t get it to work. I tried making each check box a separate sub-form with it’s own query but Access won’t allow continuous forms with a sub-form. Any ideas?
Tom
MCSD
I Nab Terrorists