How can I update a combo box on my form to show one of two tables, depending on what number the user enters for the first field (integer)
So something like an IF statement for the combo box:
If number field <10, show lower table in combo box.
If number field >10, show upper table in combo box.
Thanks!
So something like an IF statement for the combo box:
If number field <10, show lower table in combo box.
If number field >10, show upper table in combo box.
Thanks!