A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

put more than 255 field on report from two tables



 
 
Thread Tools Display Modes
  #1  
Old January 31st, 2008, 04:54 PM posted to microsoft.public.access.reports
billy_pit
external usenet poster
 
Posts: 46
Default put more than 255 field on report from two tables

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?
  #2  
Old January 31st, 2008, 05:09 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default put more than 255 field on report from two tables

It is a bit unusual that you would need to use that many fields. However, you
can get around this limitation by using subreports.

--
Duane Hookom
Microsoft Access MVP
If I have helped you, please help me by donating to UCP
http://www.access.hookom.net/UCP/Default.htm


"billy_pit" wrote:

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?

  #3  
Old January 31st, 2008, 06:12 PM posted to microsoft.public.access.reports
billy_pit
external usenet poster
 
Posts: 46
Default put more than 255 field on report from two tables

Ya I know that this thing rarely happen but I have to do that
thing.Sorry but I can't use subreport for what I want to do,I don't
have any other option.Do u have any other solution then give me.By the
way thanks for ur help.
  #4  
Old January 31st, 2008, 06:13 PM posted to microsoft.public.access.reports
billy_pit
external usenet poster
 
Posts: 46
Default put more than 255 field on report from two tables

Ya I know that this thing rarely happen but I have to do that
thing.Sorry but I can't use subreport for what I want to do,I don't
have any other option.Do u have any other solution then give me.By the
way thanks for ur help.
  #5  
Old January 31st, 2008, 06:43 PM posted to microsoft.public.access.reports
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default put more than 255 field on report from two tables

Why do you think you can not use subreports for your purpose?

If you explain the why then maybe someone can tell you a method that will
work for subreports.
--
KARL DEWEY
Build a little - Test a little


"billy_pit" wrote:

Ya I know that this thing rarely happen but I have to do that
thing.Sorry but I can't use subreport for what I want to do,I don't
have any other option.Do u have any other solution then give me.By the
way thanks for ur help.

  #6  
Old January 31st, 2008, 08:24 PM posted to microsoft.public.access.reports
Larry Linson
external usenet poster
 
Posts: 3,112
Default put more than 255 field on report from two tables


"billy_pit" wrote in message
...
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



  #7  
Old January 31st, 2008, 08:38 PM posted to microsoft.public.access.reports
Larry Linson
external usenet poster
 
Posts: 3,112
Default put more than 255 field on report from two tables


"Larry Linson" wrote

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?


I didn't say so in my initial response, but it is worth saying that
displaying that many values about a "something" generally does not result in
a useful, usable report and often indicates that the data layout was
improper.

Elsewhere, it was clear that you were not aware that a report could be based
on a Query... so perhaps you would benefit from visiting
http://office.microsoft.com, and following the hyperlinks for Training --
there are quite a number of good online training courses on a variety of
Access topics. They tend to be introductory-to-intermediate level, and aimed
at end-users rather than developers, but you should come out of them knowing
that a report's Record Source can be a Query as well as a Table. (and, did I
mention that they are free?)

There is also a good list of resource websites on the right-hand side of the
page at http://sp.ntpcug.org/accesssig/default.aspx.

Larry Linson
Microsoft Office Access MVP


  #8  
Old February 1st, 2008, 05:07 PM posted to microsoft.public.access.reports
billy_pit
external usenet poster
 
Posts: 46
Default put more than 255 field on report from two tables

On Jan 31, 3:38*pm, "Larry Linson" wrote:
"Larry Linson" wrote

* 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?

I didn't say so in my initial response, but it is worth saying that
displaying that many values about a "something" generally does not result in
a useful, usable report and often indicates that the data layout was
improper.

Elsewhere, it was clear that you were not aware that a report could be based
on a Query... so perhaps you would benefit from visitinghttp://office.microsoft.com, and following the hyperlinks for Training -- *
there are quite a number of good online training courses on a variety of
Access topics. They tend to be introductory-to-intermediate level, and aimed
at end-users rather than developers, but you should come out of them knowing
that a report's Record Source can be a Query as well as a Table. (and, did I
mention that they are free?)

There is also a good list of resource websites on the right-hand side of the
page athttp://sp.ntpcug.org/accesssig/default.aspx.

*Larry Linson
*Microsoft Office Access MVP


Thanks for ur replies ,I got my solution.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:10 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.