This is embarrassing - sorry. I'd like to build an access form - imagine a rectangle with 4 quadrants. I want the upper-left quadrant to be a datasheet. Each other quadrant will also be a subform datasheet, with records linked by a common key.
I can do this easily if my main ("master") form is a split form. Then I just add the sub-forms into the part of the form that is not the datasheet, and link the records.
But I don't want to use a split form, because I don't want its datasheet to span all the way across the screen - I want that datasheet confined to its north-west quadrant.
The problem is, if I start with a blank form, and drag datasheets (or tables) on to it, and then try to Link Master and Child fields, get message "can't build a link between unbound forms".
How can I designate one datasheet to be the master form, I guess behavior is similar to a split form.
Thanks to whomever answers this before the question is battened down as not stackoverflow worthy :)
This function (full module) will allow you to do that:
Full story, documentation, and demo:
Synchronizing Multiple Subforms in Access