H
hotplate
I have a continuous subform with 3 combo boxes. The first one decides
the drop down list for the second, and the second one decides the list
for the third.
I want the 2nd and 3rd mandatory if the first box has a value selected.
I went to the table and made them required values. I found out that
if I do [combo2] = null on change of combo 1, I get an error saying
that I cant have a null value on combo 2 (end,debug). How can I make
these 2 fields mandatory and reset Combo 2 and 3 to null if Combo 1
changes (and the Combo 3 to null if Combo 2 changes)?
James
the drop down list for the second, and the second one decides the list
for the third.
I want the 2nd and 3rd mandatory if the first box has a value selected.
I went to the table and made them required values. I found out that
if I do [combo2] = null on change of combo 1, I get an error saying
that I cant have a null value on combo 2 (end,debug). How can I make
these 2 fields mandatory and reset Combo 2 and 3 to null if Combo 1
changes (and the Combo 3 to null if Combo 2 changes)?
James