R
Ron
I've got three related tables:
Members, Households, Addresses
Member to Household is many to one (household ID linking)
Household to Address is one to many
I want my query to list:
member name, household ID, and Address in a table format.
I've tried creating a query with all three tables, but
when Members and Addresses get together I get record
locking.
I can put Members & Households or Households and
Addresses, but Addresses and Members lock records when
together. I've even tried directly linking the
Member "household ID" to the Address "houshold ID", but
still record locking kicks in and I can't make changes to
the data.
Suggestions?
Members, Households, Addresses
Member to Household is many to one (household ID linking)
Household to Address is one to many
I want my query to list:
member name, household ID, and Address in a table format.
I've tried creating a query with all three tables, but
when Members and Addresses get together I get record
locking.
I can put Members & Households or Households and
Addresses, but Addresses and Members lock records when
together. I've even tried directly linking the
Member "household ID" to the Address "houshold ID", but
still record locking kicks in and I can't make changes to
the data.
Suggestions?