ACC: Cannot Open Datasheet as a Pop-Up or Modal Form (95/97)
Article ID: 142539
Article Last Modified on 1/19/2007
APPLIES TO
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q142539
\
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
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.
CAUSE
Only forms that open in Form view can be modal and pop-up. This is by
design.
RESOLUTION
If you want a form in Datasheet view to 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.
REFERENCES
For more information about form properties, search for "properties, forms
and subforms" using the Microsoft Access 97 Help Index.
Keywords: kbprb kbusage KB142539