Hi, I'm having trouble working out how to relate/associate records within a table to each other and would appreciate any suggestions. Let me try to explain...
I have a table with information about individual museum objects, an Objects table. Each object has a unique collection number, e.g. TH4000 (which is the primary key). However, some objects within this table have a relationship with each other and are then given part numbers, e.g. a teapot may consist of 3 pieces, a lid, a strainer, and a body (all of which need their own object record), and would be numbered TH2000.01, TH2000.02, TH2000.03. I need to be able to relate the part records to each other so that TH2000.01 shows that it is related to TH2000.02 and TH2000.03 and that TH2000.02 shows that it is related to TH2000.01 and TH2000.03 etc. I understand that I will at some point have to manually indicate that TH2000.01 is related to .02 and .03 but I would like to do it only once and in a way that .02 and .03 then know they are related not just to .01 but to each other.
I'm sorry if I'm missing something very obvious, I've returned to Access after a 7-year absence and I'm a bit rusty!
Thanks for your advice.
I have a table with information about individual museum objects, an Objects table. Each object has a unique collection number, e.g. TH4000 (which is the primary key). However, some objects within this table have a relationship with each other and are then given part numbers, e.g. a teapot may consist of 3 pieces, a lid, a strainer, and a body (all of which need their own object record), and would be numbered TH2000.01, TH2000.02, TH2000.03. I need to be able to relate the part records to each other so that TH2000.01 shows that it is related to TH2000.02 and TH2000.03 and that TH2000.02 shows that it is related to TH2000.01 and TH2000.03 etc. I understand that I will at some point have to manually indicate that TH2000.01 is related to .02 and .03 but I would like to do it only once and in a way that .02 and .03 then know they are related not just to .01 but to each other.
I'm sorry if I'm missing something very obvious, I've returned to Access after a 7-year absence and I'm a bit rusty!
Thanks for your advice.