I have 2 combo boxes. They are set up so that the information selected in combo1 controls the information listed in combo 2. The choice in the combo1 can be changed and combo2 requeries it's list. No problem there. What I would like it to do is this.
I want combo2 to be blank (null) if nothing is selected in it (the way the combo box starts out). I also want the box to re-blank whenever combo1 is changed. Presently it keeps the last selected item in combo2 until you manually change it after updating combo1.
I use the 2 combo boxes in a query to open a new form. If the old data in combo2 remains after changing combo1 then it messes up the query. Changing to blank (null) would be fine (would query all data for combo1).
What do i need to do?
I want combo2 to be blank (null) if nothing is selected in it (the way the combo box starts out). I also want the box to re-blank whenever combo1 is changed. Presently it keeps the last selected item in combo2 until you manually change it after updating combo1.
I use the 2 combo boxes in a query to open a new form. If the old data in combo2 remains after changing combo1 then it messes up the query. Changing to blank (null) would be fine (would query all data for combo1).
What do i need to do?