I am trying to create a query that will track weekly production reports that are submitted by each employee. I would like the query to be displayed as follows:
Date Employee1 Employee2 Employee3
1/1/05 X X X
(The X represents check boxes)
(The employee column headings would be coming from tblEmployee)
I tried to create a cross-tab query, which gave me the exact lay-out I was looking for, however, the data section was displayed as values, not check boxes. Is there anyway around this?
Date Employee1 Employee2 Employee3
1/1/05 X X X
(The X represents check boxes)
(The employee column headings would be coming from tblEmployee)
I tried to create a cross-tab query, which gave me the exact lay-out I was looking for, however, the data section was displayed as values, not check boxes. Is there anyway around this?