Please help with Automatically opening a report

  • Thread starter Thread starter Al
  • Start date Start date
A

Al

I would like to have a summary report opens automatically
when the user opens a certain form. the conditions are

1)this report should open this way only once a day per
user.

any ideas
thanks
Al
 
You need some sort of way to mark if the user has opened the report -
like having a field in Users table called DateLastOpened. When the
report opens, compare this field with Date() and allow or disallow the opening.
However, I would be an unhappy user if I closed that report accidently
and discovered I can't see it again until tomorrow, if I actually do
need it.

Pavel
 
Back
Top