T
Tony Williams
I apologise for reposting so soon but I wondered whether as I'd sent a
supplemntal posting and that put a + against the fisrt post then it may have
been overlooked it was on a Sunday as well!!!.
So here is my problem
I have a report based on a query. I have a field called txtmonthlabel and a
number of fields that hold numeric data eg txtdata1, txtdata2,txtdata3 etc
etc. The query finds my data but displays it on the report as:
txtmonthlabel 1
txtdata1, txtdata2,txtdat3 etc etc
txtmonthlabel 2
txtdata1, txtdata2,txtdat3 etc etc
What I want is:
txtmonthlabel 1 txtmonthlabel 2
txtdata1, txtdata1,
txtdata2, txtdata2,
txtdata3 txtdata3
etc etc
etc etc
So the data might look like this:
March 2003 March 2004
Txtdata1 label 2345 5678
Txtdata2 label 46575 45758
Txtdata3 label 454747 64474
etc
etc
I have tried using the column function but that doesn't seem to work. Can
someone help?
TIA
Tony Williams
supplemntal posting and that put a + against the fisrt post then it may have
been overlooked it was on a Sunday as well!!!.
So here is my problem
I have a report based on a query. I have a field called txtmonthlabel and a
number of fields that hold numeric data eg txtdata1, txtdata2,txtdata3 etc
etc. The query finds my data but displays it on the report as:
txtmonthlabel 1
txtdata1, txtdata2,txtdat3 etc etc
txtmonthlabel 2
txtdata1, txtdata2,txtdat3 etc etc
What I want is:
txtmonthlabel 1 txtmonthlabel 2
txtdata1, txtdata1,
txtdata2, txtdata2,
txtdata3 txtdata3
etc etc
etc etc
So the data might look like this:
March 2003 March 2004
Txtdata1 label 2345 5678
Txtdata2 label 46575 45758
Txtdata3 label 454747 64474
etc
etc
I have tried using the column function but that doesn't seem to work. Can
someone help?
TIA
Tony Williams