J
|
Jane 1/11/2007 |
Andre, select `mastertable`.`field1`, `mastertable`.`field2`, `detailtable`.`field3`, `detailtable`.`field4` from `mastertable` inner join `detailtable` on (`mastertable`.`field1`=`detailtable`.`field3`)
|
A
|
asimha author 1/11/2007 |
Thank you Jane I had already read this response in another thread, the problem is that the Master record is repeated on each line, whereas I just wanted basically the look of the "Details page" with the Master at the top. Maybe I can see the URL and call the details page directly ... |