Link to home
Start Free TrialLog in
Avatar of lucyLuna
lucyLuna

asked on

How to set up a Task - Time reminder pop up form

Hello All-

I have set up some forms and tables in an attemp to accomplish the following;

To create a pop-up reminder form, that remains on the desktop until the "complete" checkbox has been checked.

If the task was not completed on the same day, the pop up will remain until checked "complete" I have a field named "completed by" which will tell me who completed the task, I would like the check box not to be able to be checked until "completed by" is selected first.

Also, if the reminder checkbox is not checked no pop up reminder should be activated.
I repeat, if the “reminder” checkbox is checked a pop up reminder should be activated automatically.

The attached data is a subform to my main form, your help is greatly appreciated...you are my heroes!

Lucy
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

Why go through all the trouble to reinvent the wheel?

Most of this functionality already exists in MS Outlook.
Tasks
Reminders
Appointments
...et al
You cannot have a pop-up message or form within an Access application which will remain visible but let you do other work in the same database.
Avatar of lucyLuna
lucyLuna

ASKER

@Boag2000, Thank you for your response.  

From what I understand there are lots of issues with Access/Outlook reminders, I was trying to stay clear of Outlook if at all possible...if there are no other options, I will have to link to Outlook.

@Peter57r Thanks for responding.
 
That makes sense, how can I set up the pop up reminder to pop up when a task's reminder checkbox has been checked?

Thanks again to both,

Lucy
<From what I understand there are lots of issues with Access/Outlook reminders,>
I have never had any issues with outlook reminders...
Please state where you got this info from...?
@boag2000,

Some of the Outlook reminder issues are on this site. Can you offer a workaround for not using Outlook?

All I need the for the pop up form to  say message "this task has not been completed" the message will be driven by the checked "remind" checkbox on the 'to do' task field.

Basically I need VBA code...

Thanks much,

Lucy
<Some of the Outlook reminder issues are on this site.>
Please be specific...
This site has "Notification" emails that it sends out...but the site has no "Outlook Reminder" specific functionality...

I am sure will help you with the popup issue
boag2000, I am willing to try Outlook if that is the only option available. Do you have a suggestion of how I may implement it in my design?

Thanks much,

Lucy
First lets let Pete handle your "Popup" question...
@boag2000, ok.
I think my only point was that what was being requested is not possible, if the user needs to do other actions in the databse..

I think you need to explain how you expect to be using your app.
Are you saying that a user will be working on just one task until it is finished?
Or can they have several un-completed tasks?
Does the task involve ongoing use of the database or is the database just monitoring the progress of external tasks?
ASKER CERTIFIED SOLUTION
Avatar of lucyLuna
lucyLuna

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
Because I did not want to use Outlook as a reminder option, I opted for searching and further investigating the possibility of creating a pop up reminder without the use of Outlook, I found what I needed and retro fitted to my requirements.

I don't know how this will work in a multi user environment, and if I have to keep searching for a better solution,but I have got to give my solution a try.

Thanks all