Hello,
I have a specific problem with a database. It is a rather simple database with only two tables. The first, called the Header contains general info of certain archaeological objects like its dimensions, type, context number and image for instance. The second, called location contains the object's location within a coordinate grid consisting of x,y,z numerical values. The tables are connected via a secondary key [called Header_ID] in the Location table that duplicates the value of the appropriate primary key [called ID] field in the Header table.
Someone before me has input the details in the Header table, whilst the locations were left to be input after the coordinate data were downloaded from a total station. Now, I have this locational data organised in an excel table containing x,y,z values and the context id number, and would like to import it somehow into the location table in such a way so that they get linked with the adequate input in the header table (i.e. context 365 descriptive data to match context 365 location data). The only way I see how is to tell it to place the data in respect to the value of the context number which is the same for the header table input and location table input. Now, I am not sure how to do that without manually inputting each of the 300+ values. Any help on this?
I have a specific problem with a database. It is a rather simple database with only two tables. The first, called the Header contains general info of certain archaeological objects like its dimensions, type, context number and image for instance. The second, called location contains the object's location within a coordinate grid consisting of x,y,z numerical values. The tables are connected via a secondary key [called Header_ID] in the Location table that duplicates the value of the appropriate primary key [called ID] field in the Header table.
Someone before me has input the details in the Header table, whilst the locations were left to be input after the coordinate data were downloaded from a total station. Now, I have this locational data organised in an excel table containing x,y,z values and the context id number, and would like to import it somehow into the location table in such a way so that they get linked with the adequate input in the header table (i.e. context 365 descriptive data to match context 365 location data). The only way I see how is to tell it to place the data in respect to the value of the context number which is the same for the header table input and location table input. Now, I am not sure how to do that without manually inputting each of the 300+ values. Any help on this?
Last edited: