Current Time

mugman17

Registered User.
Local time
Today, 06:48
Joined
Nov 17, 2000
Messages
110
Is there a way to have a text box with the current time in it, but it can be manually changed by a user if necessary. I'm using the function Time() amd it wont let me edit anything. Thanks in advance.
 
If you assign the value in response to an event using VBA rather than setting it's value using the ControlSource property, then the field will be updateable. Alternatively you could set the time field's Default value to Time() and new records will have the current time value and the field will be updateable.
HTH
Chris
 

Users who are viewing this thread

Back
Top Bottom