Access Field auto assign TIME

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Aditya jha
    New Member
    • Nov 2010
    • 14

    Access Field auto assign TIME

    Hi,
    I have a Field name "Time" in a Table(Username) which save Current time. But if I try to enters blank time then it gives a error that it can not be null.

    So i want to set auto insert current time if users will not give any time from manually. If users eneter manually then it take time in that table.
    So help me..
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    You can do this in the BeforeUpdate event of a form.

    Comment

    Working...