I have a form that has a bound field that passes it's value to a query. The query runs against a table to determine a second value. Now I want the second value to be displayed in the original form in an unbound field.<br><br>Hope I have explained it OK.<br><br>The first field on the form is a combo box and when I open the form there is a value in it, and the unbound field contains the first value returned from the query. If I change the first field's value the unbound field does not automatically update to reflect the new query value.<br><br>If I minimize the form run the query it has the proper value I want in the unbound field. I have tried combinations of "me.requery" for the combo box "change,afterupdate, etc." with no sucess.<br><br>I guess I need some VB code to force the UB field to change. I don't know?<br><br>Can someone help?