M
Mr. Smith
Hi.
I have developed a budgeting application in Access 2003. It's been steadily
growing when it comes to forms/sub forms etc. I have a main form with a
"page" object with some 8 pages. In each page there is at least one sub
form. I need values from different sub forms to be updated between pages/sub
forms when they're changed.
I keep calling "load" sub's to refresh sub forms values, but as the load
sub's are pretty heavy sometimes, it's a lot of processing for updating just
one value.
As an example, the user are allowed to enter a "target" revenue value in
MainForm.tx_targetrevenue. After update on this textbox, I sould like to
update all references to this value/textbox. Setting the "Control source"
=Forms!MainForm!tx_targetrevenue on other text boxes are only updated "on
load" (as far as I can se....?)
Will I be better of structuring a set of global_variables which could be
used throughout the application, or is there a way to easily update referred
values without doing a "load" on the entire sub form.....
Thank you for your time, reading all this.
Any hints appreciated
Kind regards
Mr. Smith
I have developed a budgeting application in Access 2003. It's been steadily
growing when it comes to forms/sub forms etc. I have a main form with a
"page" object with some 8 pages. In each page there is at least one sub
form. I need values from different sub forms to be updated between pages/sub
forms when they're changed.
I keep calling "load" sub's to refresh sub forms values, but as the load
sub's are pretty heavy sometimes, it's a lot of processing for updating just
one value.
As an example, the user are allowed to enter a "target" revenue value in
MainForm.tx_targetrevenue. After update on this textbox, I sould like to
update all references to this value/textbox. Setting the "Control source"
=Forms!MainForm!tx_targetrevenue on other text boxes are only updated "on
load" (as far as I can se....?)
Will I be better of structuring a set of global_variables which could be
used throughout the application, or is there a way to easily update referred
values without doing a "load" on the entire sub form.....
Thank you for your time, reading all this.
Any hints appreciated
Kind regards
Mr. Smith