Access form/subform help

  • Thread starter Thread starter Smigidy
  • Start date Start date
S

Smigidy

How do I delete the top description line in a form and just show the data?
For example I have a subform that shows Summation on the top grey line and
the amount in the bottom white line. How do I just show the amount?
 
How do I delete the top description line in a form and just show the data?
For example I have a subform that shows Summation on the top grey line and
the amount in the bottom white line. How do I just show the amount?

Change the Default View property of the subform from Datasheet (which has a
header row you can't hide) to Continuous Form (where you can control what you
see in the form header and footer, including leaving those out altogether).

You'll need to rearrange the controls on the form so they're snugged up to the
top of the detail section, and shrink the detail section up to the bottom of
the controls.
 

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

Back
Top