M
Mike
Hi:
I am bringing up a form which is longer than the screen
and I want to bring it up modally so the user can input
data and then other processes continue after that. Well if
I bring up the form with the acNormal option I get the
scroll bars but it is not modal. If I use acDialog option
I get a modal form but no scroll bars. Below are the 2
examples for the same form.
DoCmd.OpenForm "Certification", acNormal, "", "", acEdit,
acNormal
DoCmd.OpenForm "Certification", acNormal, "", "",
acEdit, acDialog
The form attributes are set up so both scroll bars show up
yet they do not come up with acDialog. Any ideas on how to
get the form to come up modally and with scroll bars?
Mike
I am bringing up a form which is longer than the screen
and I want to bring it up modally so the user can input
data and then other processes continue after that. Well if
I bring up the form with the acNormal option I get the
scroll bars but it is not modal. If I use acDialog option
I get a modal form but no scroll bars. Below are the 2
examples for the same form.
DoCmd.OpenForm "Certification", acNormal, "", "", acEdit,
acNormal
DoCmd.OpenForm "Certification", acNormal, "", "",
acEdit, acDialog
The form attributes are set up so both scroll bars show up
yet they do not come up with acDialog. Any ideas on how to
get the form to come up modally and with scroll bars?
Mike