form view

A

Allen Browne

The controls will disappear if both these are true:
a) There are records to display, and
b) No new records can be added.

You can easily determine whether there are records in the form's Record
Source. In addition you may need to consider any Filter applied to the form.

No new records can be added if the form's AllowAdditions property is set to
No, or if the form is based on a query where records can't be added. To test
that, try opening the query and adding records directly there.
 

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