FortuneCookie
Technical User
Hi
I have 3 combo boxes that query an MS Access DB. The code for these are in the Form_Load function, so they are populated when I start the form.
My issue is, that I need to use the value from the first combo box in the where clause of the third but of course the code has already run.
Is there a way of re-running the code for a combo box so that I can re-query with the variable that I get?
Thanks
I have 3 combo boxes that query an MS Access DB. The code for these are in the Form_Load function, so they are populated when I start the form.
My issue is, that I need to use the value from the first combo box in the where clause of the third but of course the code has already run.
Is there a way of re-running the code for a combo box so that I can re-query with the variable that I get?
Thanks