In relationnal database, normalization rule zero is that a field must be
atomic, must have just one value. If you need to tie other stuff, then the
RECORD, with its primary key, can be seen as an 'attribute' and each of its
FIELD can match what you described here as a sub-attribute.
Vanderghast, Access MVP
"abhinav2002" <(E-Mail Removed)> wrote in message
news:F34F1889-3CB0-4A24-B553-(E-Mail Removed)...
> is there a way to make a composite attribute in access like a relational
> database. That means can i have some attributes as subattributes of an
> attribute.
> e.g. there can be a column for address which may have sub-columns like
> street, city, state etc. which may be referenced, say, by using a dot
> operator or something. (just like as it is done in sql)
|