I have a form where I have a drop down combo box that has 3 values, 1, 2, and 3. (field A)
I have another field that contains numeric data.(field B)
I also have a third field(field C).
I would like the control source of field C to display the contents of the field B if field A=1.
In other words, I don't know if you can use a where clause in the control source of field C to say something like where [A] = "1" or something?
I have another field that contains numeric data.(field B)
I also have a third field(field C).
I would like the control source of field C to display the contents of the field B if field A=1.
In other words, I don't know if you can use a where clause in the control source of field C to say something like where [A] = "1" or something?