That rather long subject says it.
In Access97 running on XP - I want to display a Maximized size Form01, then
open a Restore size Datasheet View Form02 on top of the first Form.
PopUp won't give me Datasheet view.
Dialog mode won't give me Datasheet view
I could make Form01 Restore size and expand it to fill the Window in
Restore size (maybe DoCmd.MoveSize Right, Down, Width, Height) - I don't
want this.
I could imitate a Datasheet with Form02 in Form Display mode - I don't want
to do that.
Access97 doesn't have WindowMode:=acD ialog
Pity.
OK, where am I wrong or what have I missed? It can be done?
Thanks,
Alan Forsyth
In Access97 running on XP - I want to display a Maximized size Form01, then
open a Restore size Datasheet View Form02 on top of the first Form.
PopUp won't give me Datasheet view.
Dialog mode won't give me Datasheet view
I could make Form01 Restore size and expand it to fill the Window in
Restore size (maybe DoCmd.MoveSize Right, Down, Width, Height) - I don't
want this.
I could imitate a Datasheet with Form02 in Form Display mode - I don't want
to do that.
Access97 doesn't have WindowMode:=acD ialog
Pity.
OK, where am I wrong or what have I missed? It can be done?
Thanks,
Alan Forsyth
Comment