CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Location
    UK
    Posts
    90

    Entity inheritance in MS Access?

    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.

  2. #2
    Join Date
    Jun 2001
    Location
    Mi
    Posts
    1,249
    I think that's called a relationship ... And Access was the last I knew a relational database ...

  3. #3
    Join Date
    Dec 1999
    Location
    UK
    Posts
    90
    thanks for that,
    yeah, i realize now that access isn't really OO.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured