Hi,
I have a Access 2000 table named "Customer" with 7 fields. The first field is named "StyleCode". Also I have another table named "Style" with 2 fields namely "StyleCode" and "Style Description". I need to display the 7 fields of the Customer table in a Datagrid which is not a problem.
But in addition to that in that same Datagrid I need to display 'Style Description' from the other table if the 'StyleCode' from the Customer table matches the 'StyleCode' from the Style table. And that should be displayed next to the StyleCode field. How do I do that? Could someone please help me?
I have a Access 2000 table named "Customer" with 7 fields. The first field is named "StyleCode". Also I have another table named "Style" with 2 fields namely "StyleCode" and "Style Description". I need to display the 7 fields of the Customer table in a Datagrid which is not a problem.
But in addition to that in that same Datagrid I need to display 'Style Description' from the other table if the 'StyleCode' from the Customer table matches the 'StyleCode' from the Style table. And that should be displayed next to the StyleCode field. How do I do that? Could someone please help me?