C
Crystal
Hello,
Any suggestions would be greatly appreciated!
I have a MAIN Table that contains an ID and other info on
items. Another table links to this table by the ID and
provides shipping info. The MAIN table is set to not allow
duplicate ID's (we create the ID's). The problem is that
in the shipping table, we need to have multiple entries
for a particular item. For ex: an item could be shipped
in 1 or 2 parts so we could have more than one document to
record. I allowed the ID's to be in the shipping table as
duplicates.
I have a form with tabs. On the tab for shipping info,
one of the subforms gets it's data from a query that pulls
info from several tables (one of which is the shipping
table). Since the ID can be in the Shipping table more
than once, the first entry is only shown on this subform.
How can I allow the user to see the other items in the
Shipping table as well. Am I going about this the wrong
way?
Thanks!
Any suggestions would be greatly appreciated!
I have a MAIN Table that contains an ID and other info on
items. Another table links to this table by the ID and
provides shipping info. The MAIN table is set to not allow
duplicate ID's (we create the ID's). The problem is that
in the shipping table, we need to have multiple entries
for a particular item. For ex: an item could be shipped
in 1 or 2 parts so we could have more than one document to
record. I allowed the ID's to be in the shipping table as
duplicates.
I have a form with tabs. On the tab for shipping info,
one of the subforms gets it's data from a query that pulls
info from several tables (one of which is the shipping
table). Since the ID can be in the Shipping table more
than once, the first entry is only shown on this subform.
How can I allow the user to see the other items in the
Shipping table as well. Am I going about this the wrong
way?
Thanks!