J
JohnLute
My database is very complex. It houses packaging specification data and
therefore requires lots and lots of fields and tables.
I have a table that requires much more than 32 indexes. Of course, this
isn't possible. After searching through the forum here I came upon the
solution of creating index tables. I've made my tables but have run into a
problem. First, here's my design:
tblProfiles
txtProfileID (PK)
tblProfilesPKPhysicalAttsIndexes
txtProfileID (PK) Establishes one-to-one relationship with above table.
The problem is that records I create in tblProfiles don't appear in
tblProfilesPKPhysicalAttsIndexes.
Can anyone see something wrong with my design?
Thanks!
therefore requires lots and lots of fields and tables.
I have a table that requires much more than 32 indexes. Of course, this
isn't possible. After searching through the forum here I came upon the
solution of creating index tables. I've made my tables but have run into a
problem. First, here's my design:
tblProfiles
txtProfileID (PK)
tblProfilesPKPhysicalAttsIndexes
txtProfileID (PK) Establishes one-to-one relationship with above table.
The problem is that records I create in tblProfiles don't appear in
tblProfilesPKPhysicalAttsIndexes.
Can anyone see something wrong with my design?
Thanks!