Does anyone know a simple way of making certain controls stationary?
I have a form that has a header, footer and detail section. The detail section consists of many controls that force the width of the form to be a maximum 22" and forces scrolling to view all of the controls. Thing is, I have controls in the header and footer section of the form, (like name of student and exit button) that I don't want to move when the user scrolls, sort of like freezing these controls the way you can freeze a column when viewing a table.
I know I could make a subform, but that would be a lot of work on my part w/ changing code and fields.
If too confusing let me know.
I have a form that has a header, footer and detail section. The detail section consists of many controls that force the width of the form to be a maximum 22" and forces scrolling to view all of the controls. Thing is, I have controls in the header and footer section of the form, (like name of student and exit button) that I don't want to move when the user scrolls, sort of like freezing these controls the way you can freeze a column when viewing a table.
I know I could make a subform, but that would be a lot of work on my part w/ changing code and fields.
If too confusing let me know.