C
chriso
Hi, I'm trying to build a database for a document management system at work,
each document can potentially be related to any other document in the DB.
Also, if you are looking at Doc 'A' details and add a relationship to Doc
'B', when you call up Doc 'B' details it should already show the relationship
to Doc 'A' without it having to be entered again.
the main table covers the document data (title etc.) with an auto number
index, a second table stores the relationships using the auto index number of
the documents and a relationship index as well (index, parent doc, daughter
doc). I've built forms that display the doc deatils and the relationships but
have hit a brick wall when it comes to maintaining the relationships. I can't
seem to engineer a way of reviewing a particular relationship (from the
document details form) and changing the related docs. Even a meaningful way
of calling a particular entry and editing it would be good.
any suggestions would be appreciated! Cheers
each document can potentially be related to any other document in the DB.
Also, if you are looking at Doc 'A' details and add a relationship to Doc
'B', when you call up Doc 'B' details it should already show the relationship
to Doc 'A' without it having to be entered again.
the main table covers the document data (title etc.) with an auto number
index, a second table stores the relationships using the auto index number of
the documents and a relationship index as well (index, parent doc, daughter
doc). I've built forms that display the doc deatils and the relationships but
have hit a brick wall when it comes to maintaining the relationships. I can't
seem to engineer a way of reviewing a particular relationship (from the
document details form) and changing the related docs. Even a meaningful way
of calling a particular entry and editing it would be good.
any suggestions would be appreciated! Cheers