billy_pit said:
Hi,
My project is in MS Access 2002.
In that I want to generate Report which contain fields 258.I can put
255 fields but how can i add more 3 fields.
when i generate report for 258 fields than it will show msg too many
fields.
how can i solve this problem?
Reports don't "contain fields"... Reports are based on a RecordSource (Query
or Table), which does contain Fields, and display the Fields, and other
information, in Controls on the Report. A report is not limited to 255
Controls. Tables and Queries are limited to 255 Fields -- that is _not
optional_.
If you need to display 258 values, you are going to have to do something
other than expect a workaround to the 255 limit for Tables and Queries...
and, as the RecordSource of a Report only allows one Table or Query to be
specified, you need to find another way to obtain the data. Subreports have
been suggested because each Subreport Control can contain a Report which has
its own RecordSource, so the combination may total more than 255.
Give us information on what data you have, how it is organized, and how you
want to report it, and, even better, also explain what you are trying to
accomplish it rather than how you think you can or cannot accomplish it.
Larry Linson
Microsoft Office Access MVP