Can I, and if so, then how, have a colon in the text of a column heading, in
a query?
I now have the following
USE: Sum of usg_mins
And when I run the query the header appears as
USE
with the value of the Sum of usg_mins in the detail lines below it.
What I would like to do is
When I run the query, to have the following appear in the header
USE:MIN
with the value of the Sum of usg_mins in the detail lines below it.
Douglas J. Steele - 16 Jul 2007 14:38 GMT
Don't know for certain, but see whether
[USE:MIN]: Sum of usg_mins
works.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Can I, and if so, then how, have a colon in the text of a column heading,
> in
[quoted text clipped - 8 lines]
> USE:MIN
> with the value of the Sum of usg_mins in the detail lines below it.