On Feb 8, 1:32 pm, "Access Developer" <
accde...@gmail.com> wrote:
> It appears you have an un-normalized table design, and that often leads to
> having to resort to "unusual" SQL methods. If you normalize by using a
> row-wise ordering... instead of having multiple racial groups in a single
> row, storing each in its own row, so that instead of Null, you just do not
> have a record for that grouping.
>
> If, indeed, the SQL you are using is Access' SQL, not generic SQL, the NZ
> built-in function to convert Nulls to Zeros may serve your needs and avoid
> your having to restructure your table design at this point.
>
> But, as an aside, a proper relational design is likely to save later
> troubles when you have to work with that table in the future.
>
> --
> Larry Linson
> Microsoft Office Access MVP
> Co-Author, Microsoft Access Small Business Solutions, Wiley 2010
>
You're right, Larry. The data probably does look a little whacked. It
actually was normalized. I just needed to bump rows up into columns in
various fields. I'm definitely going to use the NZ function the next
time. I'd forgotten about that -- and was maybe too bleary after