Guys,
Sorry I also posted this in another forum which was in the wrong place.
I have two calendar controls on a form. The calendars are not visible until data entry has started.
Is there a way to have the calendars visible at form load?
I have tried:
Code:
calender0.visible = True
calendar1.visible = True
mondoray