T
Todd
I have a primary table with an indexed key field. Many of
my other tables are related to this table via the indexed
field. When I try to create another table relationship to
this index, I now get the error message "Too many
indexes...".
I thought I could just create another table with that
same index ID number, make a one-to-one relationship to
the primary table, then use it for the other table
relationships.
But, if I do that, then try to change data on the
original it does not properly cascasde.
I am not using any lookup fields.
I think I am at the maximum of 32 indexes for one table.
Is it possible to create a 'ghost' table (one-to-one with
the primary table) that has the same key index, but will
now allow more relationships to it?
Did I explain that OK?
Table1 has fields:
IDnumber (used as index for 32 table relationships)
field1
field2
field3
etc
GhostTable would have fields:
IDnumber --(same as above, but can be used for additional
relationships to exceed the maximum of 32)
Would I use an autonumber unique identififing number, too?
my other tables are related to this table via the indexed
field. When I try to create another table relationship to
this index, I now get the error message "Too many
indexes...".
I thought I could just create another table with that
same index ID number, make a one-to-one relationship to
the primary table, then use it for the other table
relationships.
But, if I do that, then try to change data on the
original it does not properly cascasde.
I am not using any lookup fields.
I think I am at the maximum of 32 indexes for one table.
Is it possible to create a 'ghost' table (one-to-one with
the primary table) that has the same key index, but will
now allow more relationships to it?
Did I explain that OK?
Table1 has fields:
IDnumber (used as index for 32 table relationships)
field1
field2
field3
etc
GhostTable would have fields:
IDnumber --(same as above, but can be used for additional
relationships to exceed the maximum of 32)
Would I use an autonumber unique identififing number, too?