M
MNF
I have a form with Default View='Continuous Form', and I want to open
it as dialog,ie
DoCmd.OpenForm "MyForm", , , sFilter, , acDialog
but it opens in "Single Form" mode.
The only workaround I found is to create parent dialog and put my
'Continuous Form' as subform. I am not like this approach, because I
have to create 2 forms instead of 1 for each 'Continuous Form'.
Does anyone knows better solution?
Thanks,
Michael Freidgeim
it as dialog,ie
DoCmd.OpenForm "MyForm", , , sFilter, , acDialog
but it opens in "Single Form" mode.
The only workaround I found is to create parent dialog and put my
'Continuous Form' as subform. I am not like this approach, because I
have to create 2 forms instead of 1 for each 'Continuous Form'.
Does anyone knows better solution?
Thanks,
Michael Freidgeim