Link to home
Start Free TrialLog in
Avatar of creativefusion
creativefusionFlag for Australia

asked on

Access Daily Reminder Management

Hi All,

I have a small Run-Time application that contains a Dashboard (frmDash) and is used as the application startup form / switchboard. This form is closed and opened continuously as the user navigates their way through the app.

In an entity table, I have a flag called DisplayDailyReminders which is a True / False field.

On my form (frmDailyReminders which is a pop up form), I have a checkbox which sets the value of the above table accordingly. The user can also switch it back on using their entity settings form as well.

So, my dilemma is this.

I want to display the daily reminders ONLY when the application opens. If the option to display it is FALSE in the table, then it will not show at all.

Is there any other way I can manage this daily reminders without having to display it everytime the frmDash is loaded i.e. as the user navigates between the application forms?

CF
ASKER CERTIFIED SOLUTION
Avatar of als315
als315
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of creativefusion

ASKER

Perfect. Thanks. CF