Linda
If you stuff all those (Section, Row, Unit) together in one field, you will
be violating the design principal of "one fact, one field". From a
practical standpoint, so what?!
If you will NEVER need to be able to sort or select by, say, Row or Unit,
you probably don't need separate fields.
Were it mine, I WOULD use separate fields, probably even if I couldn't
imagine a need to do the sort/select.
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
"LindaC" <(E-Mail Removed)> wrote in message
news

C5547E3-0F1A-4100-8A7C-(E-Mail Removed)...
> In my archive database I have to have the physical location of storage
> boxes.
> These will be identified as Section A, B, C, etc. Row 1, 2, 3, etc and
> Unit
> a, b, c. When I start this database should I have Section, Row and Unit
> as
> separate fields, or should I have one field for example A2b. The ultimate
> result is to know what is in each space but also to identify which spaces
> are
> empty for future filling. Don't want to start out on the wrong track.
> Thanks.