kamirazvan
Programmer
Hi..<br>
I have two tables that are linked with a One-Many relationship. I need to retrieve one value from one table and all the associated entries from the other table.<br>
<br>
This is for a query on a web site and the output needs to be like:<br>
<br>
State 1<br>
- County 1<br>
- County 2<br>
- County 3<br>
State 2<br>
- County 1<br>
- County 2<br>
<br>
No matter what I do, I keep getting State 1, County 1, State 1, County 2, ... you get the picture.<br>
<br>
Any help is greatly appreciated.<br>
<br>
Kami
I have two tables that are linked with a One-Many relationship. I need to retrieve one value from one table and all the associated entries from the other table.<br>
<br>
This is for a query on a web site and the output needs to be like:<br>
<br>
State 1<br>
- County 1<br>
- County 2<br>
- County 3<br>
State 2<br>
- County 1<br>
- County 2<br>
<br>
No matter what I do, I keep getting State 1, County 1, State 1, County 2, ... you get the picture.<br>
<br>
Any help is greatly appreciated.<br>
<br>
Kami