V
vbcraft
Hi,
Maybe someone can help me with a relationship setup for the following senario:
I have the following tables, furniture, Building, Floor, and RoomCode.
I want to have in my furniture table the building_id, floor_id, and room_id.
I want to create relationships which would enforce referential integrity. I
have tried to set this relationship up but I get errors.
Point me to any example and I would really appreciate it.
FYI> Building table has building_id (makes PKEY)
Floor table has building_id and floor_id (both make PKEY)
RoomCode table has building_id and floor_id and room_id (all three make PKEY)
Maybe someone can help me with a relationship setup for the following senario:
I have the following tables, furniture, Building, Floor, and RoomCode.
I want to have in my furniture table the building_id, floor_id, and room_id.
I want to create relationships which would enforce referential integrity. I
have tried to set this relationship up but I get errors.
Point me to any example and I would really appreciate it.
FYI> Building table has building_id (makes PKEY)
Floor table has building_id and floor_id (both make PKEY)
RoomCode table has building_id and floor_id and room_id (all three make PKEY)