PC Review Forums Newsgroups Microsoft Access Microsoft Access VBA Modules Re: Clock or timer

Reply

Re: Clock or timer

 
Thread Tools Rate Thread
Old 28-06-2003, 03:34 PM   #1
resti
Guest
 
Posts: n/a
Default Re: Clock or timer


thanks allen browne i made if working!!!

>-----Original Message-----
>Text box with Control Source of:
> =Now()
>and formatted however you want (e.g. Short Time).
>
>Form's Timer Interval set to 1000. (That's milliseconds).
>
>Form's Timer event procedure contains:
> Me.Recalc
>
>If you have other calculated fields on the form and want

to avoid
>recalulating them all, you could leave the text box

unbound, and do this in
>the form's Timer event proc:
> Me.[YourTextBoxNameHere] = Now()
>
>--
>Allen Browne - Microsoft MVP. Perth, Western Australia.
>Tips for Access users - http://allenbrowne.com/tips.html
>Reply to the newsgroup. (Email address has

spurious "_SpamTrap")
>
>"resti" <restimguay@yahoo.com> wrote in message
>news:061001c33d5e$b5495cd0$a501280a@phx.gbl...
>> i can i put a running time on my form?
>>
>> thanks
>> resti

>
>
>.
>

  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

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