N
Neal
Probably a silly question...
I have a subform where I'd like the default view to be datasheet view and I
have a command button which I'd like to use to toggle to continuous forms
view. When I use
Application.RunCommand acCmdSubformDatasheet
it toggles, but from datasheet to regular form view (not continuous). If I
set the default view to continuous, then it properly toggles between
datasheet and continuous. But then it forced me to write some code in
FormOpen to switch from continuous to datasheet before initial display.
What am I missing? Thanks much.
I have a subform where I'd like the default view to be datasheet view and I
have a command button which I'd like to use to toggle to continuous forms
view. When I use
Application.RunCommand acCmdSubformDatasheet
it toggles, but from datasheet to regular form view (not continuous). If I
set the default view to continuous, then it properly toggles between
datasheet and continuous. But then it forced me to write some code in
FormOpen to switch from continuous to datasheet before initial display.
What am I missing? Thanks much.