R
rodchar
hey all,
i have a query that produces the following results:
field1 field2 field3
------ ------ -------
val1 val2 val3
well there are so many fields that it would fit better if displayed in
portrait. is there a way to take these results and make it like the following:
field1: val1
field2: val2
field3: val3
or would i need to modify the original query? and if so, what concept/basic
syntax would be involved?
thanks,
rodchar
i have a query that produces the following results:
field1 field2 field3
------ ------ -------
val1 val2 val3
well there are so many fields that it would fit better if displayed in
portrait. is there a way to take these results and make it like the following:
field1: val1
field2: val2
field3: val3
or would i need to modify the original query? and if so, what concept/basic
syntax would be involved?
thanks,
rodchar