Change Column Headings in a CrossTab Query

  • Thread starter Thread starter Stephen Glynn
  • Start date Start date
S

Stephen Glynn

I've got a cross tab query that totals some values based on what users
have entered using an option group on a form.

The columns give me a count of the entries for each option group, which
is what I want. However, the headings give the number of each option
-- 1, 2, 3, -- which isn't particularly useful. How can I re-label the
columns so the user knows what option 1 is?

Steve
 
Change your column headings field to the field with the option description.
If you don't have these values in a table, you can use an expression or
function like:
ColHead: Choose([Your Field],"Title for 1","Title for 2",....)
 

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