calendar control

  • Thread starter Thread starter Squibbly2
  • Start date Start date
S

Squibbly2

i got a calendar on my form but need the calendar to pop-up at the current
date how do i do that

please i do not need to control the hide and pop-up when selecting the
calendar just need the date to be of current date thats all
 
Put the following code in the Open event of your calendar form:
Me!NameOfCalendarContro;.Value = Date()
 
cheers


PC Datasheet said:
Put the following code in the Open event of your calendar form:
Me!NameOfCalendarContro;.Value = Date()

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 
Back
Top