B
bw
Private Sub Form_Load()
cmdSetCalendarDate.SetFocus
Me![ocxCalendar].Value = Date
End Sub
My calendar begins the week with Monday! I don't remember it being this way before,
but that's the way it is now. How do I make the calendar begin with Sunday?
Thanks,
Bernie
cmdSetCalendarDate.SetFocus
Me![ocxCalendar].Value = Date
End Sub
My calendar begins the week with Monday! I don't remember it being this way before,
but that's the way it is now. How do I make the calendar begin with Sunday?
Thanks,
Bernie