I have a form that prints a report for a weekly staff meeting. On the
form is an unbound field to enter the staff meeting date, which is
subsequently used as a parameter in the report's query data source.
I'd like to have this date stored/recalled so that when the user opens
the form to print the report for the staff meeting each week, the form
"recalls" the previously entered date. That way the user doesn't have
to look at the calendar or guess.
Will I need to create a table just to store this date, or is there a
better way?
form is an unbound field to enter the staff meeting date, which is
subsequently used as a parameter in the report's query data source.
I'd like to have this date stored/recalled so that when the user opens
the form to print the report for the staff meeting each week, the form
"recalls" the previously entered date. That way the user doesn't have
to look at the calendar or guess.
Will I need to create a table just to store this date, or is there a
better way?
Comment