A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Show a From at 1:00pm



 
 
Thread Tools Display Modes
  #1  
Old January 14th, 2010, 01:40 AM posted to microsoft.public.access.forms
User via AccessMonster.com
external usenet poster
 
Posts: 28
Default Show a From at 1:00pm

I have a main form that the user inputs information into.
I would like to have a window pop up to at 1:00pm as a reminder to the user.

Is this possible?

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/201001/1

  #2  
Old January 14th, 2010, 02:49 AM posted to microsoft.public.access.forms
Allen Browne
external usenet poster
 
Posts: 11,706
Default Show a From at 1:00pm

"User via AccessMonster.com" u36225@uwe wrote in message
news:a2134b93565f9@uwe...
I have a main form that the user inputs information into.
I would like to have a window pop up to at 1:00pm as a reminder to the
user.


It i possible to use the Timer event of a hidden form to check Now() every
1000 milli-seconds to see if it's 1pm, and if so to OpenForm (or OpenReport)
to display the reminder to the user.

But the problem is probably more involved than that. If the computer is not
running at 1pm, or the database is not open, do you need the reminder to
show up as soon as it is opened after that? What about if they saw the
message at 1pm and restart the database at 1:15pm? It's now after 1pm when
it starts up but the message has already been displayed, so you probably
need to log whether the message has been shown or not.

And what about if someone else opens the database? Do they need to see the
reminder if it has already been shown to someone?

There are also other issues associated with running the Timer event in the
background (e.g. can be very frustrating if you're writing code.)

Perhaps not quite as straightforward as you may have imagined.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:16 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.