C
Christine
I'm having a difficult time understanding how to write
queries in the design grid (or in the SQL window for that
matter!). Here are some sample things I'd like to do:
* Count all the records in TableA that have a blank
AssignDate fields.
* Count all the records in TableA for each ProcessID.
ProcessID in TableA is derived from (linked to) a table
called Processes. Processes contains ProcessID and
ProcessName. I want the ProcessName, not the ProcessID to
be displayed, i.e.
ProcessA 10 records
ProcessB 5 records
In both cases I'll want to see just the COUNT result (to
put into a chart, for example. In another instance, I'll
want to see the records.
I know a Crosstab is in order, but can't figure out how
to structure it. Any help will be greatly appreciated!
Christine
queries in the design grid (or in the SQL window for that
matter!). Here are some sample things I'd like to do:
* Count all the records in TableA that have a blank
AssignDate fields.
* Count all the records in TableA for each ProcessID.
ProcessID in TableA is derived from (linked to) a table
called Processes. Processes contains ProcessID and
ProcessName. I want the ProcessName, not the ProcessID to
be displayed, i.e.
ProcessA 10 records
ProcessB 5 records
In both cases I'll want to see just the COUNT result (to
put into a chart, for example. In another instance, I'll
want to see the records.
I know a Crosstab is in order, but can't figure out how
to structure it. Any help will be greatly appreciated!
Christine