S
sherriross81
Hello,
I have 2 tables:
Monitor - This list all monitors in inventory and all details like screen
size, etc.
MonitorAttach - This lists all monitor and computer relationships that have
been created.
I have a main form that lists all monitors that are attached the the
selected computer. There is a button that allows the user to detach a
monitor. It opens up a screen that is driven by a query that joins the two
tables together so that it shows the monitor and all the monitors details
since the monitor details are not stored in the MonitorAttach table just the
unique identifier.
The user can select one of the monitors and delete. Instead of it deleting
the relationship from MonitorAttach it deletes it from that table and the
Monitor table making is so the monitor no longer exists in the database. Is
this because I am deleting from a query that ties both together so I can view
all details? Is there any way around this?
I have 2 tables:
Monitor - This list all monitors in inventory and all details like screen
size, etc.
MonitorAttach - This lists all monitor and computer relationships that have
been created.
I have a main form that lists all monitors that are attached the the
selected computer. There is a button that allows the user to detach a
monitor. It opens up a screen that is driven by a query that joins the two
tables together so that it shows the monitor and all the monitors details
since the monitor details are not stored in the MonitorAttach table just the
unique identifier.
The user can select one of the monitors and delete. Instead of it deleting
the relationship from MonitorAttach it deletes it from that table and the
Monitor table making is so the monitor no longer exists in the database. Is
this because I am deleting from a query that ties both together so I can view
all details? Is there any way around this?