This topic is locked

List page shows duplicate lines

9/11/2015 10:09:48 PM
ASPRunner.NET General questions
M
Mack88 authorDevClub member

I have a master detail relationship[ between two tables, say Orders and OrderDetails. When I display the Orders table as a list, I get multiple lines for each order, 1 for each OrderDetail record linked to the Order.
I'm sure there is a setting somewhere that I've overlooked. Any guidance will be appreciated.
Cheers,
Chris

T
Tim 9/12/2015

Hey Chris,
What does the query for your master table look like? Are you joining to the details table? Or joining to some other table that may have multiple records from the master table?
Tim