473,396 Members | 1,929 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Can you have a message box appear at a specific time each day

Hi! I have an access database that I access each day and complete updates. I would like a message box to appear each day at 8:30 am reminding all users to exit so I can perform the updates. Can this be done? I have been playing around with the form_timer function but I can’t get anything to work. Thanks in advance!
Feb 27 '20 #1
1 1719
twinnyfo
3,653 Expert Mod 2GB
Neonblack510,

Welcome to Bytes!

First, I would recommend that you only do this with a compiled DB in .ACCDE format. This ensure folks can't mess with your DB or close forms they shouldn't.

Second, I have something similar to this, in that whenever any of my Users open our DB, I have a form open in hidden mode and its sole purpose is to run the timer (I think I have it set for every 60 seconds). It checks the status of the DB and whether or not I've told it to close on the user's system.

You can do something very similar to this. Open a form in hidden mode and run the timer. Have it check for the time of day, and if the time passes your threshold, then just have the DB quit, or have another form pop up that tells them to quit.

All relatively simple in concept and execution....

Hope this hepps!
Feb 27 '20 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: Andreas | last post by:
Hi! Is it possible to get a time event at a specific time, for instance eight a'clock? My program is running in the background and is minimized to the tray bar. If not, is there a smooth way...
1
by: A.Neves | last post by:
Hi, I have a DateTime in an Access database where I store one Date dd-mm-yyyy and a specific time HH:mm of the day for that date. How can I change the time without chaging the date and vice...
9
by: Andreas Lundgren | last post by:
Hi! Is it possible to get a time event at a specific time, for instance eight a'clock? My program is running in the background and is minimized to the tray bar. If not, is there a smooth way...
1
by: Niron kag | last post by:
Hello! I want to run a specific program every day or month - in specific time automatically. Can you tell me please what is the best way to do it? Thank U!
1
by: Daz | last post by:
Hello everyone. I'm making a JavaScript clock which works in real time, and supports every time zone. I am struggling to find a way to see when the clocks are set back or forwards in a specific...
2
by: MrPogle | last post by:
I want to return the the date for the day before my query runs but at a specific time. The time is not midnight, so: convert(varchar(19),getdate() and '08:00:00',101) does not work. Instead I...
0
by: a | last post by:
why this error message appear? Com object that has been separated from its underlying rcw canot be used. the code here:
2
by: bharathreddy | last post by:
This is insight I would like to share how to restrict application from doing some tasks on specific time in specific timezone. Like if we want to restrict our application to work only from...
1
by: kodeeswari K | last post by:
How to display a message only for 10s using timer in c
1
by: jdsbuddy | last post by:
I'm an intermediate user of Access with a little SQL knowledge. I have a query I need and I'm not sure how to create it. I've one field that has 3 choices ... Approved, Denied, Pending. The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.