Problem with report (1 Viewer)

Ramshan

Registered User.
Local time
Yesterday, 16:22
Joined
Aug 17, 2011
Messages
48
Hi everyone,

I am having some problem in displaying the report. I have several columns(64 fields) for each record and I am finding it difficult to make it fit in a report after querying for the data. Can someone help me on this.

Thanks in advance!
 

Ramshan

Registered User.
Local time
Yesterday, 16:22
Joined
Aug 17, 2011
Messages
48
Yes, all from one table.
 

Ramshan

Registered User.
Local time
Yesterday, 16:22
Joined
Aug 17, 2011
Messages
48
Hi,

I have attached the table with this message. Can u just create a report that will fit all the 60 odd fields when we query it.

Thank you! Appreciated
 

Attachments

  • test1.accdb
    416 KB · Views: 83

vbaInet

AWF VIP
Local time
Today, 00:22
Joined
Jan 22, 2010
Messages
26,374
I'm afraid there's nothing I can help with on that front because your table is not normalized. I would advise that you read up on this topic, break your table into meaningful related tables then revisit your report. You will find that everything will fit in nicely once it's normalized.

To get you started, here are some articles on normalization:

http://support.microsoft.com/kb/100139
http://www.deeptraining.com/litwin/dbdesign/FundamentalsOfRelationalDatabaseDesign.aspx

And here's one on data models:

http://www.databaseanswers.org/data_models/
 

Ramshan

Registered User.
Local time
Yesterday, 16:22
Joined
Aug 17, 2011
Messages
48
But I got to do this task in a single table. I am not supposed to split up this table into many by applying data normalization to it. So, is there anyway to perform this task?

Thank you!
 

vbaInet

AWF VIP
Local time
Today, 00:22
Joined
Jan 22, 2010
Messages
26,374
There's really no magic that can be performed to make them fit. You can do things like reduce the font size, reduce the size of the textboxes, change the orientation to Landscape, place your textboxes in a tabular format.

That's about all you can do.
 

Users who are viewing this thread

Top Bottom