P
paullepine
Hello All,
I've inherited an access 2000/2003 project for keeping track of training. I
have a few data entry forms and a "report" form that lets you select from
various reports. after any batch of data entry, a "generate table" button (on
the "report" form is clicked, running a vb program to build a table for these
reports. if no data has been entered, then the table does not need to be
regenerated. the Question is how can I set a value on the "report" form, from
the "data entry" form indicating the need for regeneration. I've tried various
incantations of
form!report.labelname.caption="Please ReGenerate"
from the data entry forms but can't seem to get it. Any ideas?
can this be made persistent? (eg, closing the project and reopening won't reset
the caption)
TIA, PaulLepine
I've inherited an access 2000/2003 project for keeping track of training. I
have a few data entry forms and a "report" form that lets you select from
various reports. after any batch of data entry, a "generate table" button (on
the "report" form is clicked, running a vb program to build a table for these
reports. if no data has been entered, then the table does not need to be
regenerated. the Question is how can I set a value on the "report" form, from
the "data entry" form indicating the need for regeneration. I've tried various
incantations of
form!report.labelname.caption="Please ReGenerate"
from the data entry forms but can't seem to get it. Any ideas?
can this be made persistent? (eg, closing the project and reopening won't reset
the caption)
TIA, PaulLepine