PC Review


Reply
Thread Tools Rate Thread

Automatic refresh

 
 
=?Utf-8?B?Sm9jayBX?=
Guest
Posts: n/a
 
      1st Mar 2006
Is it possible to automate the '=Now()' function so that the correct time is
always displayed on a form?

tia
--
Jock Waddington
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2hhcmtieXRl?=
Guest
Posts: n/a
 
      1st Mar 2006
Jock W:

Not sure you could do this without instituting a timer function, of some
sort, and have it trigger every 15 seconds, or so.

Or you could code to update the time after every event. Aside from the
workload to do this, if someone left their desktop idle, the time wouldn't
update.

Good luck.

Sharkbyte



"Jock W" wrote:

> Is it possible to automate the '=Now()' function so that the correct time is
> always displayed on a form?
>
> tia
> --
> Jock Waddington

 
Reply With Quote
 
=?Utf-8?B?Y2JqYW1lcw==?=
Guest
Posts: n/a
 
      1st Mar 2006
Set a field on your form [TodayDateTime]
On the Open Form event
Me.[TodayDateTime] = Now()
Then On Timer event; same thing
Me.[TodayDateTime] = Now()
set the "Timer Interval" to 1000 updates every second
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I 'Enable Automatic Refresh' for Query Refresh by default =?Utf-8?B?QW5hbmQgRGVzaHBhbmRl?= Microsoft Excel Setup 0 10th Dec 2006 04:47 AM
Query Refresh-Enable Automatic Refresh Dialogue Box =?Utf-8?B?VGVycmk=?= Microsoft Excel Misc 0 6th May 2005 08:21 PM
Timing of automatic query refresh and macro pivot table refresh =?Utf-8?B?ZHV0dHk=?= Microsoft Excel Programming 2 1st Dec 2004 07:19 PM
IE automatic refresh Ron Windows XP Internet Explorer 0 6th Dec 2003 03:00 PM
Problem with refresh button breaking automatic refresh brian lanning Microsoft ASP .NET 0 29th Jul 2003 08:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:05 PM.