Hi,
I have the following data in two tables
Table A
ID
Critical Doc ID
Customer Name
Table B
Critical Doc ID
Critical Doc Type
Basically, Each customer can have multiple critical documents i.e.
ID - 00001
Critical Doc ID - 00017 (The critical doc type for this could be Birth Cert)
Critical Doc ID - 00023 (The critical doc type for this could be Will)
Customer Name - Mr Smith
I want to display the customer name and thier critical doc types all on one row i.e.
Mr Smith Birth Certificate Will
Instead of
Mr Smith Birth Certificate
Mr Smith Will
How is this done?
I have the following data in two tables
Table A
ID
Critical Doc ID
Customer Name
Table B
Critical Doc ID
Critical Doc Type
Basically, Each customer can have multiple critical documents i.e.
ID - 00001
Critical Doc ID - 00017 (The critical doc type for this could be Birth Cert)
Critical Doc ID - 00023 (The critical doc type for this could be Will)
Customer Name - Mr Smith
I want to display the customer name and thier critical doc types all on one row i.e.
Mr Smith Birth Certificate Will
Instead of
Mr Smith Birth Certificate
Mr Smith Will
How is this done?