OK, In my "Listings" table, I have a checkbox [Lot_Selected] which I want to be checked in all records if the checkbox on the form [Check124] matches the value of a checkbox [Garage] in table "Houses". (This is all executed on the click of Command120)
The "Listings" table and "Houses" table are linked. I guess I really don't need the "Models" table in the join command for this query.
My 2 cents here is a bit off the original topic, but still relevant because table structure plays the major role in determining how difficult the rest of your application design (queries, forms, reports) is going to be as far as getting the output you want.
Maybe part of the reason you're having all this "fun" is because you've got some issues with table structure. If you are still at or near the beginning stages of application design, you might want to at least consider re-thinking the table structure. If you're too far into development, or if it's an app you didn't design and/or don't have control over, then you might just be stuck with coming up with kludges to get the output you want.