I have two forms, one with a date field (form1) and the second with a calendar displayed (Form 2).
I have created a button on form 1 which will open form 2 in pop-up mode. I would like a selected date, when clicked in form 2, to be inserted into the date field in form 1 and then for form 2 to close and return focus to form 1.
Would anyone be able to help me with the code in form 2?
The date field in form 1 is "date"
The Calander in form 2 is "Cal1"
Thanks, Dave
I have created a button on form 1 which will open form 2 in pop-up mode. I would like a selected date, when clicked in form 2, to be inserted into the date field in form 1 and then for form 2 to close and return focus to form 1.
Would anyone be able to help me with the code in form 2?
The date field in form 1 is "date"
The Calander in form 2 is "Cal1"
Thanks, Dave