What do you want the final to look like?
id, name, address 1, "caranalysis", "going
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
<(E-Mail Removed)> wrote in message
news:31e7ada9-e4cb-45e0-b6a7-(E-Mail Removed)...
> Hello,
> I have a master/detail style database. For example,
> Master table:
> id, name, address
> 1, jerry, 17 avenue
>
> Detail table:
> id, masterID, project, status
> 1, 1, "caranalysis", "going"
>
> Is there a way to display this kind of master and detail relationship
> in a excel spreadsheet?
>
> Cheers,
>
> Jerry