I’ve created a crosstab query to total production numbers by week (columns) for a series of work areas (rows). Each record in the source table specifies a work area, work units completed, and date performed. There are some weeks when no work was done in any of the work areas but I’d still like this week to show up in the crosstab query results (a column with all zeros). I understand why the column is missing (no records in the source table for that date), but is there a way to “fool” Access into including the zero-production week columns? I’ve thought of adding some “dummy” zero production records to the source table (one for each week), but does anyone know of a “slicker” way to do this without monkeying with the source table?
Thanks.