Hello
I have two combo boxes on a form. cboResource is based on tblResources and has a ResourceKey column and a Name Column.
cboTeam is based on tblTeam and has TeamKey and TeamName. When a user chooses a Resource and a Team, the Resource is added to tblTeamResource which has all the necessary fields (I think).
My desire is to requery cboTeam when cboResource is updated to only show teams that the selected Resource is not already on, and likewise, when cboTeam is updated, show only those Resources not already on the chosen Team.
Forming the SQL for this is proving to be beyond my limited experience and I've been hacking away most of the day. Can anyone please give me some suggestions?
Thanks, Bear
I have two combo boxes on a form. cboResource is based on tblResources and has a ResourceKey column and a Name Column.
cboTeam is based on tblTeam and has TeamKey and TeamName. When a user chooses a Resource and a Team, the Resource is added to tblTeamResource which has all the necessary fields (I think).
My desire is to requery cboTeam when cboResource is updated to only show teams that the selected Resource is not already on, and likewise, when cboTeam is updated, show only those Resources not already on the chosen Team.
Forming the SQL for this is proving to be beyond my limited experience and I've been hacking away most of the day. Can anyone please give me some suggestions?
Thanks, Bear