dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I get access to up date a field on a form to the current date by double clicking the mouse
 
Use the Form_DblClick Event to run code like:

Me!DateControl = Date()

--
HTH
Van T. Dinh
MVP (Access)



mark said:
How do I get access to up date a field on a form to the current date by
double clicking the mouse
 
Thanks for the help but could you break it down into something a little simpler for me. I'm new at this
 
Check any Access book or Access Help on how to write an Event Procedure. I
am simply too slow to re-type things that are covered in virtually every
Access book.

--
HTH
Van T. Dinh
MVP (Access)



mark said:
Thanks for the help but could you break it down into something a little
simpler for me. I'm new at this
 
Back
Top