Hello,
I have this expression in a subreport textbox "Total Personnel with Fringe":
=([AccessTotalsempencumb]+[AccessTotalsemppaid])*1.24
The two totals boxes are above this. The report is grouped by AccountNumber
(report based off of table Account, and subreport off of table
EmpTransactions linked by AccountNumber).
When one opens the report, I would like the user to input any number instead
of "1.24" as it changes yearly (this would be the fringe)
..
I tried putting [Enter Fringe Amount], which was funny because it popped up
that parameter box over 100 times corresponding to the number of accounts, I
presume.
How can I ask for it a fringe amount once?
Thank you kindly,
Lori
|
|
0
|
|
|
|
Reply
|
Utf
|
12/16/2009 7:31:01 PM |
|
Put your [Enter Fringe Amount] in the query feeding the subreport like
this --
Fringe: [Enter Fringe Amount]
then in the subreport do this --
"Total Personnel with Fringe":
=([AccessTotalsempencumb]+[AccessTotalsemppaid])*[Frimge]
--
Build a little, test a little.
"Lori" wrote:
> Hello,
>
> I have this expression in a subreport textbox "Total Personnel with Fringe":
> =([AccessTotalsempencumb]+[AccessTotalsemppaid])*1.24
>
> The two totals boxes are above this. The report is grouped by AccountNumber
> (report based off of table Account, and subreport off of table
> EmpTransactions linked by AccountNumber).
>
> When one opens the report, I would like the user to input any number instead
> of "1.24" as it changes yearly (this would be the fringe)
> .
> I tried putting [Enter Fringe Amount], which was funny because it popped up
> that parameter box over 100 times corresponding to the number of accounts, I
> presume.
>
> How can I ask for it a fringe amount once?
>
> Thank you kindly,
> Lori
|
|
0
|
|
|
|
Reply
|
Utf
|
12/16/2009 7:50:02 PM
|
|
Typo in last part.
--
Build a little, test a little.
"Lori" wrote:
> Hello,
>
> I have this expression in a subreport textbox "Total Personnel with Fringe":
> =([AccessTotalsempencumb]+[AccessTotalsemppaid])*1.24
>
> The two totals boxes are above this. The report is grouped by AccountNumber
> (report based off of table Account, and subreport off of table
> EmpTransactions linked by AccountNumber).
>
> When one opens the report, I would like the user to input any number instead
> of "1.24" as it changes yearly (this would be the fringe)
> .
> I tried putting [Enter Fringe Amount], which was funny because it popped up
> that parameter box over 100 times corresponding to the number of accounts, I
> presume.
>
> How can I ask for it a fringe amount once?
>
> Thank you kindly,
> Lori
|
|
0
|
|
|
|
Reply
|
Utf
|
12/16/2009 7:51:01 PM
|
|
Your data belongs in tables.
I would create a small one record, one field table and use it to store the
Fringe rate. Then add this table to your report's record source (no joins) so
you can use the Fringe value anywhere you want. The users can easily update
the table once per year.
If you want to a little more functionality, you can add a year field and
limit the records to the appropriate year.
--
Duane Hookom
Microsoft Access MVP
"Lori" wrote:
> Hello,
>
> I have this expression in a subreport textbox "Total Personnel with Fringe":
> =([AccessTotalsempencumb]+[AccessTotalsemppaid])*1.24
>
> The two totals boxes are above this. The report is grouped by AccountNumber
> (report based off of table Account, and subreport off of table
> EmpTransactions linked by AccountNumber).
>
> When one opens the report, I would like the user to input any number instead
> of "1.24" as it changes yearly (this would be the fringe)
> .
> I tried putting [Enter Fringe Amount], which was funny because it popped up
> that parameter box over 100 times corresponding to the number of accounts, I
> presume.
>
> How can I ask for it a fringe amount once?
>
> Thank you kindly,
> Lori
|
|
0
|
|
|
|
Reply
|
Utf
|
12/16/2009 9:54:01 PM
|
|
|
3 Replies
478 Views
(page loaded in 0.375 seconds)
Similiar Articles: user input for report - microsoft.public.access.reports ...Hello, I have this expression in a subreport textbox "Total Personnel with Fringe": =([AccessTotalsempencumb]+[AccessTotalsemppaid])*1.24 The two totals boxes are ... Prompt user to input what data to be displayed on Report ...I've created a report. I would like for user to decide what dates they want to see on report. (I think I need a parameter???? query)? What type o... Changing constants in a query to user input values - microsoft ...I would like to create a query where the user can input ... In the form I then ... change the selection criteria for the query ... ... or report on multiple values, a ... InputBox: how do I hide user input - microsoft.public.scripting ...Prompt user to input what data to be displayed on Report ... InputBox: how do I hide user input - microsoft.public.scripting ... Prompt user to input what data to be ... Text Box on Report won't hold user data entry after loosing ...Text Boc on Report won't hold user data entry... Microsoft ... user input box in blog; Log(AUDIT TRAIL) User from source Table; Disallow entry ... Creating Specific Record Count Based on User Input - microsoft ...ID number ..... so that a user enters the ID number of a certain record in a form and then based ... 07: Create a report based on user input, eg. Access Data Input - Multiple Users - microsoft.public.access ...Access Data Input - Multiple Users - microsoft.public.access ... Prompt user to input what data to be displayed on Report ... > On Mar 25, 4:00 pm, Summing multiple fields ... Embedding PDF file in Report - microsoft.public.access.reports ...Depending on user-input parameters, zero or more of them should be included in my report. To simplify things, I embedded a dummy PDF ("GenericPDF.pdf") in my report. Error setting Rowsource using VBA for Chart - microsoft.public ...I have a report that contains an unbound Microsoft Graph Chart. I want the chart's row source to be set based on a query plus some user input from a... Run a query based on user input to a text box - microsoft.public ...Prompt user to input what data to be displayed on Report ... Run a query based on user input to a text box - microsoft.public ... Prompt user to input what data to be ... user input for report - microsoft.public.access.reports ...Hello, I have this expression in a subreport textbox "Total Personnel with Fringe": =([AccessTotalsempencumb]+[AccessTotalsemppaid])*1.24 The two totals boxes are ... User input into an Access Report: access, report, userHi Not sure if this is possible: Access 2003: I have a Report that derives its info from a Query that asks the user to specify records with the DATE field ... User Input for Report SQL Server - SQL Server Discussion List ...I have a report request that requires a user to be able to add 48 values. These values do not exist in the database and would require user input directly user input in crystal report | Crystal Reports Expertshello pls can u help me in how to take user input in crystal report. for ex= invoice printing from date to todate. can u proivde total method for this . i m totally ... How to Pass User Input Values to Report Layout?“I want to allow my users to enter their comment from the report UI and print it in the report along with the reporting data.” “I want to change the ... 7/22/2012 4:54:23 AM
|