C
Chi
I have designed a database for tracking results from surveys filled out by
participants attending various workshops. I am running into problems with a
query that sums, counts, and groups together each question on the survey. The
field data type for the question is "text". I have a total of 15 questions on
the survey. When I run the query, I receive an error message stating that the
form or report is based on a query in which it exceeds the limit of data for
a single record. My table field properties are set at 255 characters. Some of
my questions may be larger than 255. How might I be able to increase the
character limit on a text field so that my query will continue to sum, count
and group? I tried to use the memo data type but my report would only show up
to 200 characters. I expanded box on my report to allow more space, however,
it still does not work. Any suggestions on how to resolve this issue with the
query exceeding the limit of data for a single record and how to allow the
question to appear completely on my report? Thanks!
participants attending various workshops. I am running into problems with a
query that sums, counts, and groups together each question on the survey. The
field data type for the question is "text". I have a total of 15 questions on
the survey. When I run the query, I receive an error message stating that the
form or report is based on a query in which it exceeds the limit of data for
a single record. My table field properties are set at 255 characters. Some of
my questions may be larger than 255. How might I be able to increase the
character limit on a text field so that my query will continue to sum, count
and group? I tried to use the memo data type but my report would only show up
to 200 characters. I expanded box on my report to allow more space, however,
it still does not work. Any suggestions on how to resolve this issue with the
query exceeding the limit of data for a single record and how to allow the
question to appear completely on my report? Thanks!