Dislaying data from top to bottom to left to right?

  • Thread starter Thread starter Jai_Friday
  • Start date Start date
J

Jai_Friday

Could anyone let me know if it is possible to easily bend data around from
within a access query...

Currently I have a data set the hold a Key field, Line number and Comment
which are shown in that order top/down.

What I will is to display the key value and comments but the comments
(variable amount), but force them to show left to right.

Thanks in advance

Jai
 
If you use a form, you can dispose, position, the controls, displaying the
data, the way you want. If you want them in an horizontal presentation,
moves the controls, under form design, so that it fits the disposition you
want. If the form display multiple records at the same time, the records are
displayed vertically, in a pattern that repeat the 'detail' section of the
form.


Maybe I didn't understand your problem, though.


Vanderghast, Access MVP
 
Can you share some sample records and desired display? It isn't clear whether
you want all comments in a single column or multiple columns.
 
Back
Top