Display real time Now() etc. (1 Viewer)

Rich_Lovina

Registered User.
Local time
Today, 17:18
Joined
Feb 27, 2002
Messages
225
Detailed search cannot answer my time problem. Returning after long break in programming, I am trying to create a form to display TimeIn and TimeOut fields such that actioning an OnClick command (or separate tick-box), TimeIn field will hold current time for that record. Need to set the same for a TimeOut field. Both cases time always to be < 24 hours.

Am so rusty on MS Access putting default value as =now() produces an error!!
Any basic help to wind up the old mind always appreciated.
 

ShaneMan

Registered User.
Local time
Today, 00:18
Joined
May 9, 2005
Messages
1,224
Rich_Lovina said:
Detailed search cannot answer my time problem. Returning after long break in programming, I am trying to create a form to display TimeIn and TimeOut fields such that actioning an OnClick command (or separate tick-box), TimeIn field will hold current time for that record. Need to set the same for a TimeOut field. Both cases time always to be < 24 hours.

Am so rusty on MS Access putting default value as =now() produces an error!!
Any basic help to wind up the old mind always appreciated.

Hey Rich,

Have you tried '=Time()' If I remember right Now() gives you date and time so maybe that's whats causing your headaches.

HTH,
Shane
 

Rich_Lovina

Registered User.
Local time
Today, 17:18
Joined
Feb 27, 2002
Messages
225
Thanks for tip. Will try time. p.s. Have solved format error, was formatting in form before dbase design.
 

Users who are viewing this thread

Top Bottom