Could be the "Two matching columns" issue. If your slave table has more than one column in common with the Master table, you can have this problem. Either rename the column or make it a single table view and use an alias for the offender.
----- Original Message ----- From: <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[email protected]> Sent: Thursday, June 05, 2008 11:24 AM Subject: [RBASE-L] - Re: Enhanced Tab Control Set the form property to Many-to-Many and chances are all will be right with the world! One-to-Many will only work if every table has a link to the very FIRST table on your form. If your "missing" table links to one of the other tables instead, then one-to-many will not show data. > Hello. What would cause an enhanced tab control not to show information > from one table? I have a tab control and each tab shows information from > different tables, all except for the one tab that doesn't show anything. All > tables are attached to the form, all tables have primary key and foreign key > references to each other. Table relations are set on the form properties as > one > to many. > > > > Thank you, > > >

