Hi,
I have three combo boxes on my form. First contains the month selection, second - day's, third - year.
(E.g. <SELECT NAME=RelMonth>
<OPTION VALUE=1>Jan
<OPTION VALUE=2>Feb
<OPTION VALUE=3>Mar
<OPTION VALUE=4>Apr
<OPTION VALUE=5>May
<OPTION VALUE=6>Jun
<OPTION VALUE=7>Jul
<OPTION VALUE=8>Aug
<OPTION VALUE=9>Sep
<OPTION VALUE=10>Oct
<OPTION VALUE=11>Nov
<OPTION VALUE=12>Dec
</SELECT>
On the loadForm, I want these boxes have a selection corresponding to the today's date.
Please advise if it is dueable.
Thanks.
I have three combo boxes on my form. First contains the month selection, second - day's, third - year.
(E.g. <SELECT NAME=RelMonth>
<OPTION VALUE=1>Jan
<OPTION VALUE=2>Feb
<OPTION VALUE=3>Mar
<OPTION VALUE=4>Apr
<OPTION VALUE=5>May
<OPTION VALUE=6>Jun
<OPTION VALUE=7>Jul
<OPTION VALUE=8>Aug
<OPTION VALUE=9>Sep
<OPTION VALUE=10>Oct
<OPTION VALUE=11>Nov
<OPTION VALUE=12>Dec
</SELECT>
On the loadForm, I want these boxes have a selection corresponding to the today's date.
Please advise if it is dueable.
Thanks.