B
Bill Duris
Hello,
I have 2 relational tables that a query currently displays like this:
X1 Y1
X2 Y2
X2 Y3
In other words, it repeats the first column when there are multiple values
in the second column. I'd like the query to print like this:
X1
Y1
X2
Y2
Y3
Eventually, I'd like to export the query to a xml file. I can get a report
to print this way, but MS Access 2002 won't let me export a report in
display mode to xml. It will only let me export a query to xml.
Any idea how I can get the query to print in the second format?
Thanks!
I have 2 relational tables that a query currently displays like this:
X1 Y1
X2 Y2
X2 Y3
In other words, it repeats the first column when there are multiple values
in the second column. I'd like the query to print like this:
X1
Y1
X2
Y2
Y3
Eventually, I'd like to export the query to a xml file. I can get a report
to print this way, but MS Access 2002 won't let me export a report in
display mode to xml. It will only let me export a query to xml.
Any idea how I can get the query to print in the second format?
Thanks!