Our gINT setup includes a table summarizing interpreted data from both boreholes and CPT's. During our projects we have different versions of the data and would therefore like to add a table listing different versions and a comment of what have changed.
We would like to to have the two tables set up like this:
Table 1; Parent table to store data versions and comments
Keys: ItemKey (Version no)
Table 2; Child table to store Interpreted data
Keys: ItemKey from Parent
PointID and Depth
This setup do not seem to be possible in DataDesign, any ideas?
I we set the parent table with thej Keys: PointID,ItemKey, we need a parent record for each PointID and we woul like to avoid this.
Thanks in advance