Here's the difficulty. I have two text boxes ( one as a date type, the other just 'normal' ) These are on the main form, and 'related'. Here's how. As the main form loads, and one navigates through the recordset the form is based on, one sees in these 2 text boxes - D.O.B. and Age Range ( the latter being calculated, based on the former ). However, if for whatever reason, one needs to change that D.O.B., I'd like the corresponding Age Range to change ( if indeed it needs to ), and that change be reflected in the text box immediately. It does so, if I move a record back ( or forward ), and then return to the record in question, but doesn't allow it to 'refresh' the data there and then. I've tried Me.Requery ( knowing the value of the field in question has changed ) Me.txtAge_Range.Requery ( the name of the control ), and one or two other 'contrivances'. Does anyone know how to do this, or if it's possible ? Many thanks.
:banghead::banghead:
:banghead::banghead: