ACC: Cannot Open Datasheet as a Pop-Up or Modal Form (95/97)Last reviewed: May 12, 1997Article ID: Q142539 |
The information in this article applies to:
SYMPTOMSNovice: Requires knowledge of the user interface on single-user computers. A form with its DefaultView property set to Datasheet and its Modal and PopUp properties set to Yes does not open with all three properties applied. In Microsoft Access 97, the form opens in Datasheet view, but the Modal and PopUp property settings are ignored. In Microsoft Access 7.0, the form opens as a pop-up form in Form view, but the DefaultView and Modal property settings are ignored.
CAUSEOnly forms that open in Form view can be modal and pop-up. This is by design.
RESOLUTIONIf you need to have a form in Datasheet view be displayed as a modal or pop-up form, consider placing the datasheet form as a subform in an unbound main form. The main form can be displayed in Form view as a modal or pop-up form. This also gives you the ability to add other features to your form, such as a Close command button, that you could not add otherwise.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about form properties, search for "properties, forms and subforms" using the Microsoft Access 97 Help Index. |
Keywords : FmsProp kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |