Removing scroll bars in subform (dataview)

G

Guest

Hello!
I have a subform that is linked to show one record from another table. It
works perfectly, however, I would like to remove the scrollbars and the extra
row. (The subform will only show one record) also, can you remove the
"records" info at the bottom ?
 
G

Guest

Use a continuous form rather than a datasheet for the subform. Layout the
source form with the field labels in the header and the bound controls in the
detail below, horizontally aligned. Set the properties of the source form as
follows:

DefaultView Single Form
AllowDatasheetView No
ScrollBars Neither
NavigationButtons No
AllowAdditions No

Ken Sheridan
Stafford, England
 
G

Guest

Ooops. I meant to say:

DefaultView Continuous Form

Though as only one record is involved single form view would look just the
same.

Ken Sheridan
Stafford, England
 

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