dates

M

mark

How do I get access to up date a field on a form to the current date by double clicking the mouse
 
V

Van T. Dinh

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
 
M

mark

Thanks for the help but could you break it down into something a little simpler for me. I'm new at this
 
V

Van T. Dinh

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top