I
ichew
I have a master table that link to a detail table. The query will
return the name column from the Master table as well as other
information from the detail table. The relationship between the master
and detail is one-to-many, so when I link these two tables, the name
from the Master table will be duplicated when the query result
display.
Can I just show the name once for the return result from the Master
table and subsequent rows will have name shown as blank while display
the rest of the info from detail table.
Any help will be very much appreciated.
return the name column from the Master table as well as other
information from the detail table. The relationship between the master
and detail is one-to-many, so when I link these two tables, the name
from the Master table will be duplicated when the query result
display.
Can I just show the name once for the return result from the Master
table and subsequent rows will have name shown as blank while display
the rest of the info from detail table.
Any help will be very much appreciated.