S
Sid
On the Calendar 8 Activex control in Access 97, how can I get an event or
run code when the month or year is selection changed. I wanted to update my
surrounding form's controls according to changes made in Calendar. I now
send Calendar the current month and first day when opening with:
D = Day(Date)
M = Month(Date)
Y = Year(Date)
Me!ActiveXCalendar = DateSerial(Y, M, 1)
I can do it manually with a Button or Lost Focus that uses:
ActiveXCalendat.Value
Thanks
Sid
run code when the month or year is selection changed. I wanted to update my
surrounding form's controls according to changes made in Calendar. I now
send Calendar the current month and first day when opening with:
D = Day(Date)
M = Month(Date)
Y = Year(Date)
Me!ActiveXCalendar = DateSerial(Y, M, 1)
I can do it manually with a Button or Lost Focus that uses:
ActiveXCalendat.Value
Thanks
Sid