Use Of ":" In Query As Part Of Header

  • Thread starter Thread starter Clint
  • Start date Start date
C

Clint

I have a query with a field name of "Street", however, I would like it
to read "CAT:STREET".

This query is exported to a csv file the requires the format of the
later. Currently the csv file is modified manually afer the fact.

In the query I have been unable to create an expression that does not
choke on the ":".

Any suggestion as to how allow this in the query, or maybe allow this
in the export.

Thanks in advance
 
Hi Clint,
You won't get that fixed. Can't you use as header CAT_STREET:

Cloggy
 
Hi Clint,
You won't get that fixed. Can't you use as header CAT_STREET:

Cloggy

Can you set the Caption property of the field Street to CAT:STREET?

John W. Vinson [MVP]
 

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

Back
Top