I have a button on a form where the user can simply click and the date will be entered into a field.
I would like to make it so the date and time can be entered, but I am stuck.
Under the event procedure of the button I have
check_req_date = Date
The field is set to General Date so the time can be included, but how do I get it in there?
Thanks,
Adam
I would like to make it so the date and time can be entered, but I am stuck.
Under the event procedure of the button I have
check_req_date = Date
The field is set to General Date so the time can be included, but how do I get it in there?
Thanks,
Adam