G
Guest
I want to put all of my data into one row so that when I use that data for a
report, it's going to print in one row. What's the best way to do this?
The queries I have so far(using the studnent and class tables) would have my
data printing out vertically:
STudent Name:
class: History
class: Science 101
class: Math 10A
etc....
How do I get it to print like this:
Student:a: History 101 Science 101 Math 10A
report, it's going to print in one row. What's the best way to do this?
The queries I have so far(using the studnent and class tables) would have my
data printing out vertically:
STudent Name:
class: History
class: Science 101
class: Math 10A
etc....
How do I get it to print like this:
Student:a: History 101 Science 101 Math 10A