PC Review


Reply
 
 
=?Utf-8?B?c3VhZGg=?=
Guest
Posts: n/a
 
      16th Apr 2004
Is it possible to get VB "Timer" control in MS Access?
 
Reply With Quote
 
 
 
 
Nikos Yannacopoulos
Guest
Posts: n/a
 
      16th Apr 2004
Suadh,

Unlike VB, in Access you do not need to add a control on a form for a Timer
function; it is built in all forms by default, just not activated until you
do so in design view or through code.
Open your form in design view and display the form properties; select the
Events tab and scroll alll the way down. Changing the Timer Interval setting
fom default 0 (inactive) to a positive integer will activate the timer event
(interval is in milliseconds, so 1000 for 1 sec and so on).
The use the On Timer property (right above the interval one) to assign /
create the macro or code to be run.

HTH,
Nikos

"suadh" <(E-Mail Removed)> wrote in message
news:CCC6F399-C256-4D22-A696-(E-Mail Removed)...
> Is it possible to get VB "Timer" control in MS Access?



 
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
Array of System.Timers.timer - Assigning an object to timer Gina_Marano Microsoft C# .NET 2 8th Mar 2007 01:51 AM
System.Threading.Timer - How to know when to dispose timer reference? Bruce Microsoft C# .NET 0 22nd Feb 2007 09:17 AM
How to pause the timer created from System.Threading.Timer class =?Utf-8?B?RGhydXZlc2ggQnJhaG1iaGF0dA==?= Microsoft Dot NET Framework 4 29th Mar 2006 01:05 PM
I want to add the start timer and stop timer controls to a custom =?Utf-8?B?R3JlZ1c=?= Microsoft Outlook Form Programming 3 12th Dec 2005 03:16 PM
System.Timers.Timer bug : timer fires immediately/continously felix Microsoft Dot NET Framework 2 25th Apr 2005 07:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:39 PM.