How Subform only to show fields with records ?

D

David Allison

How is the Subform made only to show fields with records witch relate to the
parent record?

Also how to stop Subform Input new record row - from showing ?

Thanks
 
S

Scott McDaniel

You set the Master and Child link values to the appropriate fields. These
would be the fields that relate your two datasources (usually a table or
query). Access will handle the rest for you. To not show the new record row,
set AllowAdditions to False in Design view.
 
D

David Allison

Works a treat ! -- Dave Allison ~ Scotland
You set the Master and Child link values to the appropriate fields. These
would be the fields that relate your two datasources (usually a table or
query). Access will handle the rest for you. To not show the new record row,
set AllowAdditions to False in Design view.
 

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