clarksquonk
Programmer
Hi,
I need to know how to force a form (and therefore its underlying recordset) to be dirty. I tried setting the Form.Dirty property to True but that didn't do anything.
I have a form with many bound controls on it. I have an bound combo box (bound to a separate table from the form's recordset) with a list of abbreviations that the user can choose from. When they choose one, that abbreviation is copied to a bound Description text box. The problem is, the Description field does not realize it has been changed, at least as far as I can tell. I tried working with the control's Change and Dirty even but neither fires off when the abbreviation is copied to the Description text box. Those events only seem to be working when 1) text is pasted into the control and 2) when the user types in the field.
So, any help?
Clark
I need to know how to force a form (and therefore its underlying recordset) to be dirty. I tried setting the Form.Dirty property to True but that didn't do anything.
I have a form with many bound controls on it. I have an bound combo box (bound to a separate table from the form's recordset) with a list of abbreviations that the user can choose from. When they choose one, that abbreviation is copied to a bound Description text box. The problem is, the Description field does not realize it has been changed, at least as far as I can tell. I tried working with the control's Change and Dirty even but neither fires off when the abbreviation is copied to the Description text box. Those events only seem to be working when 1) text is pasted into the control and 2) when the user types in the field.
So, any help?
Clark