Why am I losing vertical slider on a form I open as a dialog?

G

Guest

I need to open a form as a modal dialog so im using the following code:

DoCmd.OpenForm "Ducali_DataEntry", acNormal, , , , acDialog

However when I do this the form no longer has the vertical slider which I
have to have. If I remove the acDialog attribute the form no longer opens
modally and the code doesnt pause. Any suggestions? Thanks in advance
 
K

Ken Snell \(MVP\)

Normal behavior. Workaround is to put a subform on the form, and use the
subform to show the data; the subform will show its vertical scrollbar if
enabled.
 

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