Hello aneilg,
The only way to accomplish this easily would be to create one unbound "main" form, and then embed 6 "sub" forms
in that main form, with each sub form bound to one of your 6 tables.
This strikes me as a poor way to build a UI, though, and it also seems to indicate that your schema has redundant
tables...
Regards,
Patrick