I am trying to tied two table to a third table to share retrieve certain information into a report.
Table #1 has the payer id and payor name which consist of multiple payers forming a many relationship of payer id.
Table #2 has item id and item name which consist of multiple items forming a many relationship of item id.
Table #3 must associate with payer id from table #1 and item Id in table #2 to retrieve item amount and item discount.
Table #1 and table #2 are AS400 tables and the table#3 is an MS access table that includes Payor ID ITem ID, item amount and item discount field.
final outcome should be to obtain item amount and item discount based on the different payor in table #1 and and item # in table #2.
The report will look as follows
IS there a way to link Table #1 which many-to-many payor ids and table#2 which has many-to-many items to table #3 to retrive ITem amount and item discount?
Table #3 has been defined to include certain payor and items to match table #1 and table#2 field values.
Hard to explain, but let me know if you need more understanding.
Thanks
Table #1 has the payer id and payor name which consist of multiple payers forming a many relationship of payer id.
Table #2 has item id and item name which consist of multiple items forming a many relationship of item id.
Table #3 must associate with payer id from table #1 and item Id in table #2 to retrieve item amount and item discount.
Table #1 and table #2 are AS400 tables and the table#3 is an MS access table that includes Payor ID ITem ID, item amount and item discount field.
final outcome should be to obtain item amount and item discount based on the different payor in table #1 and and item # in table #2.
The report will look as follows
IS there a way to link Table #1 which many-to-many payor ids and table#2 which has many-to-many items to table #3 to retrive ITem amount and item discount?
Table #3 has been defined to include certain payor and items to match table #1 and table#2 field values.
Hard to explain, but let me know if you need more understanding.
Thanks