Hello, everyone.
I've been having a little difficulty lately trying to get my two-list/two-button setup (with the arrows left and right) to work. Here's my problem:
I have a many-to-many relationship between stations and the type of failures at that station (each station can have different failures, each failure can have different stations). On the form I'm working on (frmModify), I have a drop down box to choose the station. I have successfully displayed the list that the station currently HAS but I'm having trouble displaying the type of failures that the station DOESN'T have.
I've been trying to set up a query (qryModify) that is dependant upon the query that works showing what the station has (qryFailure). I was hoping there is some way that I can get qryModify to display the values in table "Failure" that don't appear in qryFailure, but I haven't been able to figure it out. I've also tried the approach where I don't rely on qryFailure at all - but all that has given me is the values in my intermediate table that aren't for the current station (ie. it displays some failure entries multiple times).
Any help would be much appreciated - I know this has been driving me crazy, so hopefully it provides you all with a challenge. =)
Thanks in advance,
Ryan
I've been having a little difficulty lately trying to get my two-list/two-button setup (with the arrows left and right) to work. Here's my problem:
I have a many-to-many relationship between stations and the type of failures at that station (each station can have different failures, each failure can have different stations). On the form I'm working on (frmModify), I have a drop down box to choose the station. I have successfully displayed the list that the station currently HAS but I'm having trouble displaying the type of failures that the station DOESN'T have.
I've been trying to set up a query (qryModify) that is dependant upon the query that works showing what the station has (qryFailure). I was hoping there is some way that I can get qryModify to display the values in table "Failure" that don't appear in qryFailure, but I haven't been able to figure it out. I've also tried the approach where I don't rely on qryFailure at all - but all that has given me is the values in my intermediate table that aren't for the current station (ie. it displays some failure entries multiple times).
Any help would be much appreciated - I know this has been driving me crazy, so hopefully it provides you all with a challenge. =)
Thanks in advance,
Ryan