Is it possible to change the default view of a subform at runtime. I want to toggle from form view to Datasheet view?
I know this can be done using DoCmd.ViewForm, but I want a static view rather than have different windows popping up.
Is there a better way to achieve this?
Thanks
I know this can be done using DoCmd.ViewForm, but I want a static view rather than have different windows popping up.
Is there a better way to achieve this?
Thanks