Error Opening the same form twice in Datasheet View

B

Byzantine

When I inadvertently opened the same form twice in my application, the form
opened as a single form in 'Form View' mode rather than in 'Datasheet' mode.
The Default View is set to Datasheet and the only View Allowed is set to
Datasheet on the form. So why does it open as a single form in form view
mode, as opposed to a datasheet?

The form opens perfectly as a datasheet when it is not already open in the
application. It's only when you try to open a form, which is already open,
again.

Any ideas or practical workarounds are much appreciated. Many thanks.

Regards

Byz
 
M

[MVP] S.Clark

I'm assuming you're performing the open using Docmd.Openform.. If so, then
it's a known issue that the parameter or property is ignored. There may be
a KB about it, and supposedly there is an enhancement slated for Access 12.
 
Top