I have a relational database and a user wants a copy of one of the tables in excel, the only problem is when I export it, the table only shows the primary keys that are linked (one to many) and not the value the user needs. Example User shows the User ID and Not the User Name, as the tables are joined on User ID. How can I get the export to show that User Name.
Table One:
Project ID
User ID
Date
etc...
Table Two:
User ID
User Name
etc...
Thanks for any help - metal
Table One:
Project ID
User ID
Date
etc...
Table Two:
User ID
User Name
etc...
Thanks for any help - metal