Home All Groups Group Topic Archive Search About

Suppress Column Headers

Author
29 Sep 2006 9:09 PM
Paco
Is there a way to suppress column headers in the results grid?

I need to create a list of records from a specific table in multiple
databases, but I don't want the column header to appear between the data from
each table.

For example:
use Coronado Select Property FROM tblProperty
use Cottonwood Select Property FROM tblProperty

When this runs it produces:

Property (this is the header)
  Coronado A
  Coronado B
Property (another header)
  Cottonwood A
  Cottonwood B

What I need is a list like this:
  Coronado A
  Coronado B
  Cottonwood A
  Cottonwood B

Thanks for any guidance.

Paco

AddThis Social Bookmark Button