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  

General Question on Reports



 
 
Thread Tools Display Modes
  #1  
Old May 4th, 2006, 05:50 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default General Question on Reports

On Average, how long should it take a programmer to develop reports (or a
report) in Access? What is the fastest method to developing reports? If you
need a report with a lot of joins across multiple tables, what is the best
method?

Thanks


  #2  
Old May 4th, 2006, 06:28 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default General Question on Reports

Define "report"...

How complex? A simple report against a single table? A multi-table source
with multiple related sub-reports? By someone who designed/developed the
table structure, or by someone who's never seen the tables and doesn't
understand relational data?

As a rough rule of thumb, first create a query and make sure it returns the
data the report will need. Then base the report on the query.

This handles the "joins across multiple tables" situation.

Unless you already have a pre-existing report defined that you can use as a
starting point/template for a new report, it might be faster to use the
report wizard to generate the "bones" of a new report. Then customize it.

With all the stars aligned and a knowledgeable programmer and a template and
a user willing to look at a "first draft" version, figure an hour.
Fine-tuning it after that could take ... ?!

Regards

Jeff Boyce
Microsoft Office/Access MVP




"flash" wrote in message
...
On Average, how long should it take a programmer to develop reports (or a
report) in Access? What is the fastest method to developing reports? If
you
need a report with a lot of joins across multiple tables, what is the best
method?

Thanks




  #3  
Old May 4th, 2006, 07:41 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default General Question on Reports

Let's go with your (2) scenarios:

Single report against Multiple tables

Multiple tables with multi sub reports

By someone - someone who is aware of programming in VB and understands
relational DBs

"Fine-tuning it after that could take ... ?!" Rough estimate on average. Is
this because you are fancy with design? Say average design. To longest
process would be returning the correct data with query and report - right?

Thanks

I am just looking for a ball park, average in both above scenarios.





"Jeff Boyce" wrote:

Define "report"...

How complex? A simple report against a single table? A multi-table source
with multiple related sub-reports? By someone who designed/developed the
table structure, or by someone who's never seen the tables and doesn't
understand relational data?

As a rough rule of thumb, first create a query and make sure it returns the
data the report will need. Then base the report on the query.

This handles the "joins across multiple tables" situation.

Unless you already have a pre-existing report defined that you can use as a
starting point/template for a new report, it might be faster to use the
report wizard to generate the "bones" of a new report. Then customize it.

With all the stars aligned and a knowledgeable programmer and a template and
a user willing to look at a "first draft" version, figure an hour.
Fine-tuning it after that could take ... ?!

Regards

Jeff Boyce
Microsoft Office/Access MVP




"flash" wrote in message
...
On Average, how long should it take a programmer to develop reports (or a
report) in Access? What is the fastest method to developing reports? If
you
need a report with a lot of joins across multiple tables, what is the best
method?

Thanks





  #4  
Old May 4th, 2006, 07:52 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default General Question on Reports

Ball park 2 to 4 hours to create a report. Simple ones can take as little
as 10 minutes, complex ones can take as much as two days. Yes, two days.

Get the user to define the specs
Design the query
Design the report
Show it to the user
refine the specs
Repeat several times


"flash" wrote in message
...
Let's go with your (2) scenarios:

Single report against Multiple tables

Multiple tables with multi sub reports

By someone - someone who is aware of programming in VB and understands
relational DBs

"Fine-tuning it after that could take ... ?!" Rough estimate on average.
Is
this because you are fancy with design? Say average design. To longest
process would be returning the correct data with query and report - right?

Thanks

I am just looking for a ball park, average in both above scenarios.





"Jeff Boyce" wrote:

Define "report"...

How complex? A simple report against a single table? A multi-table
source
with multiple related sub-reports? By someone who designed/developed the
table structure, or by someone who's never seen the tables and doesn't
understand relational data?

As a rough rule of thumb, first create a query and make sure it returns
the
data the report will need. Then base the report on the query.

This handles the "joins across multiple tables" situation.

Unless you already have a pre-existing report defined that you can use as
a
starting point/template for a new report, it might be faster to use the
report wizard to generate the "bones" of a new report. Then customize
it.

With all the stars aligned and a knowledgeable programmer and a template
and
a user willing to look at a "first draft" version, figure an hour.
Fine-tuning it after that could take ... ?!

Regards

Jeff Boyce
Microsoft Office/Access MVP




"flash" wrote in message
...
On Average, how long should it take a programmer to develop reports (or
a
report) in Access? What is the fastest method to developing reports? If
you
need a report with a lot of joins across multiple tables, what is the
best
method?

Thanks







  #5  
Old May 4th, 2006, 08:01 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default General Question on Reports

I'll go with John's estimates.

Regards

Jeff Boyce
Microsoft Office/Access MVP

"flash" wrote in message
...
Let's go with your (2) scenarios:

Single report against Multiple tables

Multiple tables with multi sub reports

By someone - someone who is aware of programming in VB and understands
relational DBs

"Fine-tuning it after that could take ... ?!" Rough estimate on average.
Is
this because you are fancy with design? Say average design. To longest
process would be returning the correct data with query and report - right?

Thanks

I am just looking for a ball park, average in both above scenarios.





"Jeff Boyce" wrote:

Define "report"...

How complex? A simple report against a single table? A multi-table
source
with multiple related sub-reports? By someone who designed/developed the
table structure, or by someone who's never seen the tables and doesn't
understand relational data?

As a rough rule of thumb, first create a query and make sure it returns
the
data the report will need. Then base the report on the query.

This handles the "joins across multiple tables" situation.

Unless you already have a pre-existing report defined that you can use as
a
starting point/template for a new report, it might be faster to use the
report wizard to generate the "bones" of a new report. Then customize
it.

With all the stars aligned and a knowledgeable programmer and a template
and
a user willing to look at a "first draft" version, figure an hour.
Fine-tuning it after that could take ... ?!

Regards

Jeff Boyce
Microsoft Office/Access MVP




"flash" wrote in message
...
On Average, how long should it take a programmer to develop reports (or
a
report) in Access? What is the fastest method to developing reports? If
you
need a report with a lot of joins across multiple tables, what is the
best
method?

Thanks







 




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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Many-to-Many Question (posted in 'General' by error) Jon Young Database Design 1 September 10th, 2005 02:37 PM
General question of needing assistance JohnE New Users 4 September 1st, 2005 10:08 PM
Reports bound to ADO recordsets - rant and question Nick Stansbury General Discussion 6 September 1st, 2005 07:26 PM
General question about naming conventions for forms Mister John Doe Using Forms 1 January 6th, 2005 01:31 AM
Excel EULA question - automated creation of reports Rekonn General Discussion 2 October 25th, 2004 10:31 AM


All times are GMT +1. The time now is 07:49 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.