Hello,
I have a very annoying problem.
I am trying to populate a text box with the system date by putting coding on a button. But it will not work no matter how hard I try. I would pull my hair out if I had some!
The code I have is on the Click event:
Dim DateToday As Date
DateToday=Date
Forms!CustomerFRM!TxtDate = DateToday.
What is wrong with this?
Regards
Ian
"To say 'thankyou' encourages others."
I have a very annoying problem.
I am trying to populate a text box with the system date by putting coding on a button. But it will not work no matter how hard I try. I would pull my hair out if I had some!
The code I have is on the Click event:
Dim DateToday As Date
DateToday=Date
Forms!CustomerFRM!TxtDate = DateToday.
What is wrong with this?
Regards
Ian
"To say 'thankyou' encourages others."