Time series data columns

A

averhegn

I would like to develop a form showing rows for tasks and columns for dates.

I have a table of tasks and a table of hoursWorked, one record for each date
/ task.

Any thoughts on the best way of accomplishiing this?
 
P

Piet Linden

I would like to develop a form showing rows for tasks and columns for dates.  

I have a table of tasks and a table of hoursWorked, one record for each date
/ task.

Any thoughts on the best way of accomplishiing this?

use a crosstab query.
 
Top