I’m using Microsoft Windows Common Controls-2.60(SP3), the C:WINNTSystem32mscomct2.ocx file, for a date picker control on one of my forms. I and another user have it installed on our C: drive, and it works fine for us. However, a third person is getting Error 2683 “There is no object in this control” messages when the form opens. They have it installed on a network drive, but I don’t think that is part of the problem because I just tested it here on a network drive and it works fine there too. The reference is checked in their References box.
The code I have behind the Form_Load event is:
DateRangeSelectorBegin.Value = DateSerial(Year(Date), Month(Date) – 1, 1)
DateRangeSelectorEnd.Value = DateSerial(Year(Date), Month(Date), 0)
Any ideas why this is broken on this PC?
Thanks,
Randy