Calendar begins with Monday

  • Thread starter Thread starter bw
  • Start date Start date
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
 
In design view, right click the calender and
select 'calender object', it should then give you the
options 'properties' and 'convert'. Select properties and
the solution should be clear.
-----Original Message-----
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,
 
Thank you sir!

It was obvious once you got me to the right place.

Thanks again,
Bernie

In design view, right click the calender and
select 'calender object', it should then give you the
options 'properties' and 'convert'. Select properties and
the solution should be clear.
-----Original Message-----
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


.
 
Back
Top