Scrollbar on continous form

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
 
F

fredg

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
 
D

Duane Hookom

You could probably accomplish this by using your continuous form as a
subform on a main form that doesn't have scroll bars.
 
Top