Continous Forms and Scrolling

G

Guest

I have a subform that is a continous form of detail rows from the master form.
Is there any way to make sure that my two left controls are always visible
(cmd button and text box) when the user scrolls horizontially to the left?
 
V

Van T. Dinh

Much better if you design the Subform to fit the width of the Subform
Control (and the main Form to fit the width of the screen) so that the user
doesn't have to scroll horizontally.
 
G

Guest

Already full screen, the subform is only slighty narrower. The details have
more fields than will fit on one line in one screen width
 
J

JohnFol

If the buttons are on the main form, then scrolling the sub form will not
effect them.

If they are on the same form, then I'd suggest creating a sub-form for the
fields, and keep the buttons on the main.
 

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