M
Monkey_O
I have a table with three columns, two of which are a joint primary key. The
primary key consists of a column with a date, and the other is a column for
an employee ID (there is a seperate table that stores all the employee's
information). The third column simply contains a number.
What I want is a report where it's kind of like a table: across the top are
all the employees, down the left are the dates, and where the two values join
up is the number. Basically, it will look like an excel table.
Is this possible?
primary key consists of a column with a date, and the other is a column for
an employee ID (there is a seperate table that stores all the employee's
information). The third column simply contains a number.
What I want is a report where it's kind of like a table: across the top are
all the employees, down the left are the dates, and where the two values join
up is the number. Basically, it will look like an excel table.
Is this possible?