Record numbers correspond to subform data not form data

A

aavila

I have a Request form that includes/displays Requested Items in a subform,
whose parent/child relationship is based on an Autonumber.
For some reason, unknown to me, the record number displayed in the record
navigation bar for the form (not the subform) is based on all the Requested
Items in the DB not the number of Requests, as I would expect it to be.
I have other, similar forms in the same DB and they don't behave in this odd
manner and I can't see any difference in these forms in the properties of the
forms or in the table relationships that would cause this to happen.
Any help out there?
 
D

Dirk Goldgar

aavila said:
I have a Request form that includes/displays Requested Items in a
subform, whose parent/child relationship is based on an Autonumber.
For some reason, unknown to me, the record number displayed in the
record navigation bar for the form (not the subform) is based on all
the Requested Items in the DB not the number of Requests, as I would
expect it to be.
I have other, similar forms in the same DB and they don't behave in
this odd manner and I can't see any difference in these forms in the
properties of the forms or in the table relationships that would
cause this to happen.
Any help out there?

Are you sure you haven't based the main form on a query that joins the
two tables? That would give you as many records as you have Requested
Items.
 

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