I have set up a type of dashboard by adding reports to a form that stays open. Links from the form are used to navigate to other forms/reports in the database. The user exits these subsequent forms/reports and returns to the dashboard.
I am trying to get the reports on the dashboard to refresh each time the user returns. I have tried adding a me.requery and me.refresh for each control to the form On Got Focus and Form Current events but this hasn't worked.
The system is very slow so I don't want to slow the database down by putting a refresh interval event on the form.
Is there any way I can get these reports to refresh when the user returns to the dashboard?
I am trying to get the reports on the dashboard to refresh each time the user returns. I have tried adding a me.requery and me.refresh for each control to the form On Got Focus and Form Current events but this hasn't worked.
The system is very slow so I don't want to slow the database down by putting a refresh interval event on the form.
Is there any way I can get these reports to refresh when the user returns to the dashboard?