Scroll Bars not showing up with acDialog

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top