I am designing a computer inventory database and currently have a PC table linked via a one to many relationship to a Peripherals such as printers etc table. This works fine, but I have a disposed check box on both forms should we get rid of a piece of kit. The problem is if a PC is linked to a monitor and the PC breaks, we will want to dispose of the PC but keep the monitor. So when we click on the disposed check box on the PC record, I want to relationship between the PC and monitor to break. And similarly, if things were the other way round, I would want to be able to get rid of the monitor, click the disposed check box and break its link with the PC. Is this possible?
Thanks in advance.
Lee
Thanks in advance.
Lee