Is there a way to put today's date in a field when a button is clicked? I
have a button that will send an email. When user clicks the button, then I
would like the current date to populate in the datesent field.
Fields:
datesent
cmdWelcome (when this command button is click, populate datesent)
Thanks in advance.
Charles - 03 Oct 2005 16:37 GMT
in the onclick event of cmdWelcome
code this:
datesent = now()
CL
> Is there a way to put today's date in a field when a button is clicked? I
> have a button that will send an email. When user clicks the button, then
[quoted text clipped - 6 lines]
>
> Thanks in advance.
jhicsupt - 03 Oct 2005 16:50 GMT
Thanks, worked like a charm!
>in the onclick event of cmdWelcome
>code this:
[quoted text clipped - 8 lines]
>>
>> Thanks in advance.