I don't get it. your form looks like this:
AddressID: [Autonumber]
Address: [ ]
City: [ ] State: [ ] ZipCode: [ ]
Folks living at this address:
----------------------------
Quote:
People subform
AddressID Firstname, LastName... |
And you have a join by AddressID, which is an autonumber in the
Address table and a LONG INTEGER (Duplicates OK) in the subform, and
it doesn't work? (So the child is definitely People?)