Scrollbar on continous form

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

Is it possible to have a vertical scrollbar only on the detail of the form,
not the form header or form footer?
reidarT
 
Is it possible to have a vertical scrollbar only on the detail of the form,
not the form header or form footer?
reidarT

I would say No. In a continuous form there are not 1 but many detail
sections. Each record row is a detail section
 
You could probably accomplish this by using your continuous form as a
subform on a main form that doesn't have scroll bars.
 
Back
Top