C
CW
On one of my forms I have a combo where various types of product can be
selected.
I have two controls where the appropriate costs and charges are shown.
These are populated by means of a macro that looks into the table and pulls
out the relevant values, according to the selected product.
I have now added a further value to the table, and a new control for it to
be displayed, and have added a further SetValue line to the macro to populate
this new field/control.
It all works fine when a new record is added, or if the selected product is
changed. However, on all the existing records the new control has not been
populated. I have tried Refresh but no good.
How can I get the macro to run in full including its new third element and
update all the existing records?
Many thanks
CW
selected.
I have two controls where the appropriate costs and charges are shown.
These are populated by means of a macro that looks into the table and pulls
out the relevant values, according to the selected product.
I have now added a further value to the table, and a new control for it to
be displayed, and have added a further SetValue line to the macro to populate
this new field/control.
It all works fine when a new record is added, or if the selected product is
changed. However, on all the existing records the new control has not been
populated. I have tried Refresh but no good.
How can I get the macro to run in full including its new third element and
update all the existing records?
Many thanks
CW