Empty columns in a query.

D

David

I'm exporting a query to Excel.
I need an empty column between one of the columns in excel.
Is there any way to add an empty column between one of the
columns in the query?

Thanks for your help.
 
J

John Nurick

Hi David,

Insert a column into the query design grid in the position you want. In
the Field: cell, type
XXX: Null
or
XXX: ""
where XXX is what you want for the column header.

I'm exporting a query to Excel.
I need an empty column between one of the columns in excel.
Is there any way to add an empty column between one of the
columns in the query?

Thanks for your help.

John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 
Top