G
Guest
This is probably a really simple query but the solution is escaping me.
In an adp, I need to know how many times each production line (listed in
Line table) appears in a separate Run table for each date. I have that
working as long as the line occurs at least once (using INNER Join), but I
need the line count to show even if it's zero-- so that, no matter what, each
line is represented in the output. I know a Join is not the right way to go
about this, but can't figure out what is.
Thanks for any and all help,
Randall Arnold
In an adp, I need to know how many times each production line (listed in
Line table) appears in a separate Run table for each date. I have that
working as long as the line occurs at least once (using INNER Join), but I
need the line count to show even if it's zero-- so that, no matter what, each
line is represented in the output. I know a Join is not the right way to go
about this, but can't figure out what is.
Thanks for any and all help,
Randall Arnold