The more important question is whether those fields belong in the one table,
or if they should be in a separate table.
While Denormalized tables may be faster for data retrieval, they almost
always lead to considerably more work when updating the data.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> My database is in the initial phase and I would like some design pointers
> before getting too far down the road.
[quoted text clipped - 10 lines]
> Is there a rule-of-thumb for table length versus mutlple linked (via
> relationship) tables?