crosstab column field size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having a problem getting my crosstab to recognize the entire string for
its column heading, which cuts off the string at a certain point.

This is not good since some strings are essentially identical until the very
end. As such, the column in the crosstab (which is displayed in a subform)
reads only up to a point, then displays 'field0', 'field1', etc. for similar
columns.

The sql criteria shows the full string, and the full string appears in the
query the crosstab searchs for similar strings. It just wont read the whole
thing for its search.

Is there a way to change the length of the field in a crosstab, ie) from 50
character text to Memo? Is this even what I need to do?

Thanks
 
I can't imagine that long of a generated column heading. You are limited to
64 characters in field/column names.
 

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