BikeToWork
Programmer
How does one go about doing this? I have a main table (tblMain) with several other tables related to tblMain in one to many relationships. Is it possible to have a tabbed form object with the main form (tblMain data) in one tab and subforms in other tabs of the same form for the related tables? I've tried doing this and get an error message about "Can't build a link between unbound forms," when I try to link fields, even though both forms are bound. Does the subform have to physically be inside it's master form to work? Thanks in advance for any advice.