473,398 Members | 2,343 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Working with report wzard

I am trying to make a simple report with a wizard, which is very
frustrating.

A few questions:

How can I add a field to the detail section of the report if I forgot
to select it with the wizard? The only way I know to do it is to
start over with the wizard.

How can I set up the report to ask for a parameter for a report? For
instance, which student to run a grade report for.

How can I get the report to give me a choice between running it for
all students and asking for a parameter?

Is there a good tutorial that addresses these sorts of questions?

Thanks

Nov 13 '05 #1
3 1142
You add fields to a report the same way you add them to a form. Show
the Field List in design view and drop it in. you have to move/delete
the label that comes with it, but that's life.

Ask for a parameter... One way is to pass the parameter if you use the
DoCmd.OpenReport command... then you can just pass info through the
WHERE clause.

Read on www.mvps.org/access on filtering reports. There's one article
about including ALL in a combobox. You could use that and then just
use it to build your parameters before opening the report.

Nov 13 '05 #2
On 12 Aug 2005 16:53:04 -0700, pi********@hotmail.com wrote:
You add fields to a report the same way you add them to a form. Show
the Field List in design view and drop it in. you have to move/delete
the label that comes with it, but that's life.

Ask for a parameter... One way is to pass the parameter if you use the
DoCmd.OpenReport command... then you can just pass info through the
WHERE clause.

Read on www.mvps.org/access on filtering reports. There's one article
about including ALL in a combobox. You could use that and then just
use it to build your parameters before opening the report.


The field list doesn't include the field I want because it wasn't
included from the original data source.

That's the problem. How can I get the additional field without
rerunning the wiazrd?

Thanks.
Nov 13 '05 #3
Save the report.
Close the report.
Add the columns to the table/query.
re-open the report.
Drop down the Field List.
Add the field as instructed.

New Guy wrote:
On 12 Aug 2005 16:53:04 -0700, pi********@hotmail.com wrote:
You add fields to a report the same way you add them to a form. Show
the Field List in design view and drop it in. you have to move/delete
the label that comes with it, but that's life.

Ask for a parameter... One way is to pass the parameter if you use the
DoCmd.OpenReport command... then you can just pass info through the
WHERE clause.

Read on www.mvps.org/access on filtering reports. There's one article
about including ALL in a combobox. You could use that and then just
use it to build your parameters before opening the report.


The field list doesn't include the field I want because it wasn't
included from the original data source.

That's the problem. How can I get the additional field without
rerunning the wiazrd?

Thanks.


Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dalan | last post by:
I designed a dialog box with a combo to select individual vendors from a form and its related data for print ouput. Though the dialog box seems to work okay, I apparently do not have the filtering...
0
by: Rob | last post by:
Access Gurus, This script was used to view the reports on the web by choosing a date on or before the current day.Recently it stopped working and i am not able to figure where the problem is. ...
1
by: Rob | last post by:
Access Gurus, This script was used to view the reports on the web by choosing a date on or before the current day.Recently it stopped working and i am not able to figure where the problem is. ...
2
by: jess | last post by:
Hi All, I am using the PrtDevMode property of a report open in design view to try and flip the orientation of the report between Portrait and Landscape in a user control box before the report is...
0
by: Srijith Augustine | last post by:
Hi, Record selection Formaula is not working while exporting the report to Excel There is absolutely no problem while using a crystal report viewer but if i export it to a excel the selection...
6
by: pmud | last post by:
Hi, I have created a very simple ASP.NET application which has a couple of ImageButtons which go to different SQL reports on clicking them. I have used Response.Redirect to send the user to the ...
25
by: cmd | last post by:
Hi all, I wanted to rule out other possibilities before suggesting a memory upgrade for a user who owns a Dell Inspiron 6000 laptop with 512 MB of ram. I have a report based on a parameters...
0
by: =?Utf-8?B?R3lhbmVuZHJh?= | last post by:
I am using Ajax control(Update Panel) in my web page(ASP.Net 2.0) and putting Report Viewer(Sql Server Reporting Services 2005) Control in it. When I am displaying any report it is coming...
24
by: bhughes2187 | last post by:
Hey all, Me again! I have created this subroutine, and maybe I just don't understand loops well enough, but this is what I came up with and it is not working. To summarize, I run an sql...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.