|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Suppress Column HeadersI 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 |
|||||||||||||||||||||||