B
Ben
Hi all,
I have a form that is attached to a table. There is combo box associated
with one of the fields. I wrote some code in the On Change event of the
combo box, so that as soon as the value in the combo box changes, the code in
the On Change event causes the values in other fields to changes as well,
those fields are not on the form. However, when I ran the report, the values
in those did not change, but I noticed that I have to physically move away
from the record with the record selector. When I do that I see the field
values gets updated right away and when I ran report again, the values
appears correctly.
Is there a way to force the update to take place as soon as the value in the
combo box changes using code without moving the record selector?
Thanks,
Ben
--
I have a form that is attached to a table. There is combo box associated
with one of the fields. I wrote some code in the On Change event of the
combo box, so that as soon as the value in the combo box changes, the code in
the On Change event causes the values in other fields to changes as well,
those fields are not on the form. However, when I ran the report, the values
in those did not change, but I noticed that I have to physically move away
from the record with the record selector. When I do that I see the field
values gets updated right away and when I ran report again, the values
appears correctly.
Is there a way to force the update to take place as soon as the value in the
combo box changes using code without moving the record selector?
Thanks,
Ben
--