ACC2000: Class Property of Calendar Control Is Mscal.Calendar.7 (208725)



The information in this article applies to:

  • Microsoft Access 2000

This article was previously published under Q208725
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

Novice: Requires knowledge of the user interface on single-user computers.

SYMPTOMS

Microsoft Access includes the Microsoft Calendar Control. When you view the properties of a Calendar control that you added to a form, you see that the Class property of the control is Mscal.Calendar.7.

CAUSE

The Class property identifies the OLE Object type. This information comes from a Type Library. The Microsoft Calendar Control uses a version 7.0 Type Library; therefore, the Class property is set to Mscal.Calendar.7. This has no effect on the control's functionality in Access 2000.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Start Microsoft Access and open the sample database Northwind.mdb.
  2. Create a new form not based on any table or query in Design view.
  3. On the Insert menu, click ActiveX Control.
  4. In the Insert ActiveX Control dialog box, select Calendar Control 9.0, and then click OK.
  5. With the control selected on your form, click Properties on the View menu to view its property sheet. Note that the Class property displays Mscal.Calendar.7.

REFERENCES

For more information about the Class property, click Microsoft Access Help on the Help menu, type Class property in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

Modification Type:MajorLast Reviewed:12/12/2002
Keywords:kbdta kbprb KB208725