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" <(E-Mail Removed)> wrote in message
>news:061001c33d5e$b5495cd0$(E-Mail Removed)...
>> i can i put a running time on my form?
>>
>> thanks
>> resti
>
>
>.
>