How scroll continuous form to left ?

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have two subforms on my form. Both are continuous forms
and both have more columns than will fit on the form
necessitating horizontal scrolling.

One of these subforms is always shown scrolled to the left.

The other is always displayed scrolled to an intermediate
position. How do I display this form scrolled to the left
also?

The only differenece I can see in the definitions is that
the first form has some updatable controls whereas on the
second, they are all not enabled and locked.
 
(guessing only)

Check the Tab orders on the 2 Forms being used as Subforms. Make sure that
the left-most Control is the first Control in the Tab order.
 
Back
Top