want data in 1 column instead of 12 - how?

  • Thread starter Douglas J. Steele
  • Start date
D

Douglas J. Steele

Without knowing how your data's structured, it's pretty much impossible for
anyone to help.

That's what the body of the post is for: necessary details...
 
J

John Vinson

Combine the columns using a concatenation expression using the &
operator.

If you would like a clearer answer, please post a clearer question,
preferably in the text area of the message pane rather than just in
the subject line.

John W. Vinson[MVP]
 
Top