Click to See Complete Forum and Search --> : Entity inheritance in MS Access?


Justis
March 31st, 2003, 12:54 AM
is there a way to represent inheritance in ms access?
e.g. to have a table - "Person", with properties ID, Name, etc
and some child entities such as "Employee" that would automatically have its parent fields, together with some of their own.
thanks.

M Owen
March 31st, 2003, 05:57 AM
I think that's called a relationship ... And Access was the last I knew a relational database ...

Justis
March 31st, 2003, 06:22 AM
thanks for that,
yeah, i realize now that access isn't really OO.