Hi all,
Trying to get soem data into Access for further processing. Here is a snippet of the .xsd
<PERIODRANKING>
..<PERIOD>1</PERIOD>
..<ROUND>5</ROUND>
..<PLAYERRANKING>
.....<NAME>Jantje</NAME>
.....<SCORE>4</SCORE>
..</PLAYERRANKING>
</PERIODRANKING>
The thing is, I get two tables
- PERIODERANKING(Period, Round)
- PLAYERRANKING(Name, Score).
The relationship between the two tables is botched therefore. Is there any way to enforce Access to include some elements of the higher complex element in the lower table? Some options in the.xsd? Do I need an XSLT processor and an .xlst file? I hope not because I _will_ be lost then.
Thx, Umf.
Trying to get soem data into Access for further processing. Here is a snippet of the .xsd
<PERIODRANKING>
..<PERIOD>1</PERIOD>
..<ROUND>5</ROUND>
..<PLAYERRANKING>
.....<NAME>Jantje</NAME>
.....<SCORE>4</SCORE>
..</PLAYERRANKING>
</PERIODRANKING>
The thing is, I get two tables
- PERIODERANKING(Period, Round)
- PLAYERRANKING(Name, Score).
The relationship between the two tables is botched therefore. Is there any way to enforce Access to include some elements of the higher complex element in the lower table? Some options in the.xsd? Do I need an XSLT processor and an .xlst file? I hope not because I _will_ be lost then.
Thx, Umf.
Comment