I've created a split form with a search field at the top of the page that will search for any part of a name. The form is based on a query that uses multiple tables, members is the primary table with membership types as a related table. All tables have a primary key and the primary keys on the dependent tables are linked to a field on the primary table. The list of search results appears in the bottom datasheet and the detailed info in the top. The problem that I have is when I update fields that are linked from a dependent table all records that appear in the bottom datasheet form update.
Has anyone seen this?