Calendar problem selecting last day of month
- From: Jim Burke in Novi <JimBurkeinNovi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 09:28:01 -0800
For some reason access isn't allowing me to select the last of the month on
my calendar initially. If I select another date, then I can go back and
select the last of the month. Maybe my code isn't right for intializing the
calendar? I want it to be set to the current month and year with no date
selected, so in my form Open event I have (curYear and curMonth are values I
set when my appl starts up):
calDOS.SetFocus
calDOS.Year = curYear
calDOS.Month = curMonth
calDOS.Object.Value = Null
It displays the current month and year but will not allow me the select the
last day of the month initially. It will allow me to select any other day!
.
- Follow-Ups:
- RE: Calendar problem selecting last day of month
- From: Jim Burke in Novi
- RE: Calendar problem selecting last day of month
- Prev by Date: Re: Importing Excel spreadsheets
- Next by Date: Re: findfirst date leading zero
- Previous by thread: Multiple databases
- Next by thread: RE: Calendar problem selecting last day of month
- Index(es):