M
Mr. Smith
Hi.
(Access 03)
I have a form with a page object. The page object has some 8 pages. Each
page has a sub form. I've linked some of the textboxes on the first page to
be able to have consolidated information as the first of the 8 pages.
A text box in a sub form on the first page has a reference like this, to a
text box in the sub form on page 2.
=Forms!sub_frm_revenue_pg2!txt_totalrevenue_a
txt_totalrevenue_a in the subform in page 2 control source =
txt_revelement_a1 + txt_revelement a2 .....a10
Problem is when the txt_totalrevenue_a changes, it is not "inherited" to the
reference text box on page 1 unless the entire sub form on page 1 one is
reloaded.
As the sub form on page 1 is quite heavy I should like to update only some
of the text boxes, trigged by a kind of "isdirty" mode from underlying
pages.
Psaudo
When a revenue element in page 2 is changed and the txt_totalrevenue_a is
changed
Update all references to txt_totalrevenue_a on page 2......
Sorry for the messy explanation. Think kind of same as references between
cells in different Excel sheet.....
Any hints appreciated
Kind regards
Mr. Smith
(Access 03)
I have a form with a page object. The page object has some 8 pages. Each
page has a sub form. I've linked some of the textboxes on the first page to
be able to have consolidated information as the first of the 8 pages.
A text box in a sub form on the first page has a reference like this, to a
text box in the sub form on page 2.
=Forms!sub_frm_revenue_pg2!txt_totalrevenue_a
txt_totalrevenue_a in the subform in page 2 control source =
txt_revelement_a1 + txt_revelement a2 .....a10
Problem is when the txt_totalrevenue_a changes, it is not "inherited" to the
reference text box on page 1 unless the entire sub form on page 1 one is
reloaded.
As the sub form on page 1 is quite heavy I should like to update only some
of the text boxes, trigged by a kind of "isdirty" mode from underlying
pages.
Psaudo
When a revenue element in page 2 is changed and the txt_totalrevenue_a is
changed
Update all references to txt_totalrevenue_a on page 2......
Sorry for the messy explanation. Think kind of same as references between
cells in different Excel sheet.....
Any hints appreciated
Kind regards
Mr. Smith