I want to put two combo boxes on a form which are linked to different fields in the same table so that you can filter the table.
What I actually want to achieve is that if I select an item in combo box A then combo box B displays the correct corresponding data from the table, and if I then subsequently select an item with combo box B then combo box A shows the correct corresponding data and not some spurious rubbish from the last filter.
I have seen this done on before but can't remember where or how.
Any ideas?
What I actually want to achieve is that if I select an item in combo box A then combo box B displays the correct corresponding data from the table, and if I then subsequently select an item with combo box B then combo box A shows the correct corresponding data and not some spurious rubbish from the last filter.
I have seen this done on before but can't remember where or how.
Any ideas?