G
Guest
Hi,
not sure if this is a join type problem or a design issue.
we have a master table listing of objects, object # as a primary key.
Objects of different categories have different descriptive qualities, so
we've created 20 tables based on each category, which have descriptive fields
unique to each, with an object#field to use as primary key again.
We thought that an inner join from the mastertable.object # to each
object#field in the related tables would allow us to pull up the correct
related descriptive info for each record in the master.
BUT, one we relate the field to more than one table, we lose the
subdatasheet icon in the table view, and running a query on the master and
two related category tables gives us blank results.
What are we doing wrong? Should we be using a different relationship? Is
there another way to get the specific descriptive fields in the results by
design?
BTW, i've found these discussion groups IMMENSELY helpful on several
occasions. I think they're an awsome resource, and am very thankful to those
who contribute expertise.
not sure if this is a join type problem or a design issue.
we have a master table listing of objects, object # as a primary key.
Objects of different categories have different descriptive qualities, so
we've created 20 tables based on each category, which have descriptive fields
unique to each, with an object#field to use as primary key again.
We thought that an inner join from the mastertable.object # to each
object#field in the related tables would allow us to pull up the correct
related descriptive info for each record in the master.
BUT, one we relate the field to more than one table, we lose the
subdatasheet icon in the table view, and running a query on the master and
two related category tables gives us blank results.
What are we doing wrong? Should we be using a different relationship? Is
there another way to get the specific descriptive fields in the results by
design?
BTW, i've found these discussion groups IMMENSELY helpful on several
occasions. I think they're an awsome resource, and am very thankful to those
who contribute expertise.