Question on Groups and db tables

skyrun

Active Member
I have a main table (Properties) with a joined table (Property-Information)
There is a group for each and each is stored in it's own table (named the same).
I display the form on a 2-tab form (1 tab/group).

Property-Information is getting too long, so i would like to move some of the fields to a new group that would be displayed on a new tab. i would rather not change the db structure though.

I created a new group Property-Maintenance and linked it to form 'Properties'.
The problem is when i move elements from Property-Information to Property-Maintenance, the table name changes from Property-Information to Property (and new columns created). Since i have data in the tables already, i would prefer that it not do that... how can i control what tables groups use?
 
The only table that can have multiple groups is the main table. List joins have to be a single group. So the elements you want to move will either have to move to the main table (which is what Fabrik is doing automatically), or to a second joined table.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top