Example
I have 2 fields in a query:
A = [null]
B = "Test"
In a form I have a field (C) where the control source is IIf(IsNull(A),B,A)
What I'd like to do is when a new value is selected in the combo box it writes that value to the A field and then the field recalculates
The form field...