inserting from database

G

Glenn

I'm inserting data from a database.

I want to be able to print it so that the data comes out in columns on a
page instead of in one row that prints on several pages.

For instance, I'm importing 2 fields such as:

Part # Description
1 Widget ABC
2 Widget DCG
3 Widget ILR
etc.
30 Widget MMR

I want it to print out (or even import) like this:

Part # Description Part # Description
1 Widget ABC 30 Widget MMR
2 Widget DCG
3 Widget MMR

Is there a way to do this?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top