Popup Form

accessman2

Registered User.
Local time
Yesterday, 19:09
Joined
Sep 15, 2005
Messages
335
Hi,

I create a popup form using this

docmd.openform "Name", , , , , acDialog

This form I setup scroll bar = Both.

When I open it, bar line is shown, but it did not show really scroll bar. It should be shown because the form does not fit the screen.

How do I fix it?
 
accessman2 said:
Hi,

I create a popup form using this

docmd.openform "Name", , , , , acDialog

This form I setup scroll bar = Both.

When I open it, bar line is shown, but it did not show really scroll bar. It should be shown because the form does not fit the screen.

How do I fix it?

Dialog forms don't take scrollbars, but Modal forms do. Open the form as Modal instead.
 

Users who are viewing this thread

Back
Top Bottom