Calendar Problems

B

Brian in FT W.

I have created a form that allows people update information. There are 8
different dates that are on this form, in addition to many other combo boxes.
The 8 date fields attach to one calendar.

I had no problem getting the calendar to hook up to the combo boxes. My
problem is, every time you get into the form the calendar is already showing.
If you try and just click the calendar, you get an error "run-time error 91;
Object variable or With variable not set."

To avoid this, you have to click on the 1st date combo then click on a date
in the calendar. If you don't your choices are to debug and I see a real
problem in the future with people deleting code from the database.

Any suggestions
 
Top