Adding date OnClick

R

Ripper

I have a field called adminDate on a form called frmDiscUpdate. Is there a
way to have the user click on the field in the form and have the current date
add itself to the input box?

I know we can use the OnClick event, but I don't know how to code it to get
the date to put itself in there.

I also have an AdminTime field and would like to use the same technique to
add the time.
 
Top