V
Vadimbar
Hello, I have 3 tables (Cuase&Effect_tbl, Catalogue_tbl and a comments_tbl)
Comments table and catalogue table can grow as additional items are added.
The Cause&Effect_tbl shows the combined data and allows you to add more of
either one by assigning its ID value to Comments_tbl and/or Catalohue_tbl.
The problem is now I want to create a report that captures all the comments
and all the catalogues without repeating the same inf.
Example in Cause&Effect_tble ID=59 I added to this record 3 comments so
their commentsID=59 and they have their own unique ID's as well.
Cause&Effect_tbl record 59 also received 5 catalogues same situating
CatalogueID=59 ad it has its own unique ID for each item added.
My report needs to show only the 3 comments and the 5 catalogues yet I get
15 records total. If I try to incorporate the Cause&Effect_tbl I get 75
records.
HELP!
Vadimbar
Comments table and catalogue table can grow as additional items are added.
The Cause&Effect_tbl shows the combined data and allows you to add more of
either one by assigning its ID value to Comments_tbl and/or Catalohue_tbl.
The problem is now I want to create a report that captures all the comments
and all the catalogues without repeating the same inf.
Example in Cause&Effect_tble ID=59 I added to this record 3 comments so
their commentsID=59 and they have their own unique ID's as well.
Cause&Effect_tbl record 59 also received 5 catalogues same situating
CatalogueID=59 ad it has its own unique ID for each item added.
My report needs to show only the 3 comments and the 5 catalogues yet I get
15 records total. If I try to incorporate the Cause&Effect_tbl I get 75
records.
HELP!
Vadimbar