Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   Index   Templates   Seminars   TechHelp   Forums   Help   Contact   Join   Order   Logon  
 
Home > TechHelp > Directory > Access > Reminder Popup Date < Order By Filter On Load | Enter Parameter Value >
Back to Reminder Popup Date    Comments List
Upload Images   Link   Email  
Reminder Popup Date
Brent Davis 
     
4 years ago
You should us how to snooze, now how do you make it stop once the follow up has been completed?
Richard Rost 
          
4 years ago
Snooze: just move the date forward. Stop: delete the followup date.
Brent Davis OP 
     
4 years ago
Thanks. That is how I stopped it but just thought there might be a more elegant way and I wanted to keep the follow up date in my database to refer back to.  Could you have a yes/no field such as CallBackCompleted and once checked it stops the timer event?
Richard Rost 
          
4 years ago
You can do anything you want. :) That sounds like a good solution. Personally, for myself, once the followup is done, I delete the date because I'll make a SECOND contact record that has the notes from that followup.
Brent Davis OP 
     
4 years ago
That is what I have done as well. I like the idea of having the yes/no field but I cannot figure out the code to make the timer event stop!! I tried to add it to the if then statement in the vba code but could not figure it out.
Richard Rost 
          
4 years ago
Should just be something simple like:

If NOT CallBackCompleted then
  ' do popup
End if

Brent Rinehart 
        
4 years ago
How could you do something similar with a popup when there is no activity in the database say for 30 min to popup a box that says the database will close in 10 seconds if you don't click cancel. if there is activity happening in the database the timer continuously resets and you never get the popup as long as their is activity happening. I would like for databases to shut down if they are not being used.
Scott Axton 
          
4 years ago
Brent you could just put an event in your forms or buttons etc. that would indicate activity.
Change a global variable or set a temp var like "LastUsed = Now()" for instance.

Then put that criteria into your timer event code.
Then the timer would occur if TimeElapsed - LastUsed >= 32 minutes  issue a DoCmd.Quit
If they acknowledge the popup reset LastUsed
  
You would want to do some error checking.
Like what if a report is running or long query?
What if a record is in the middle of being edited?  Do you save it or undo it?
Brent Rinehart 
        
4 years ago
Thank You Scott I will give that a try and see how it works.

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Reminder Popup Date.
 

 
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2025 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 4/27/2025 7:40:14 PM. PLT: 2s