Hi,
I have a very simple database I am throwing together which has one table with three fields: Ref, Type, Related
Ref is a list of the unique codes for drawings. Type is the type of drawing (plan, cross-section, detail). Related is a multi-entry field which refers back to Ref, so I can show which other drawings are referred to by this drawing (for example a plan drawing may have a couple of cross sections through it).
I am very open to re-organising the database to make this work, but what I want to do eventually is:
- show a diagram with every drawing reference and the links to other drawings (in the style of a relationship diagram, or similar)
- if impossible, I would like to be able to pick a drawing and find all other drawings which are related to it (both directly and indirectly; so if a plan has two cross sections, and each cross section shows two details, then I would like to be given a list of 7 drawings when querying any of those 7).
I would very much appreciate your help; I am fairly new to access so have been struggling with my search terms, so I apologise if this has been asked before.
Thanks in advance,
Aeonat