I
Ian
I have asome reports that print data between two dates. I ask the user
for the dates with a form.
What is the recommended way of remembering/storing these dates between
uses of the report? i.e. when the user changes the date in one of the
form fields it is stored against the relevant report so the next time the
report is requested the last dates used are the form defaults.
The major twist here is that this form is used for multiple reports.
I have an idea it will need to use the Me.Application.CurrentObjectName
to work out which report to store against and I will need a reports
table.
I suppose I wondering if this is common enough task that it's already
been done before?
Thanks.
for the dates with a form.
What is the recommended way of remembering/storing these dates between
uses of the report? i.e. when the user changes the date in one of the
form fields it is stored against the relevant report so the next time the
report is requested the last dates used are the form defaults.
The major twist here is that this form is used for multiple reports.
I have an idea it will need to use the Me.Application.CurrentObjectName
to work out which report to store against and I will need a reports
table.
I suppose I wondering if this is common enough task that it's already
been done before?
Thanks.