OK Here goes:
Thanks in advance!
tbl_Issues
IssueID
IssueDescription
IssueType
tbl_ReserveSchedule
IssueID (dual Primary key with Change Date)
ChangeDate
TaxAccrual - this is a number
TaxAccrual - this is a number
TaxInterest - number
(18 fields all together)
qry_Issues_Log_Reserve1
IssueID
IssueDescription
TaxPeriod
ChangeDate
Quarter: using Format [ChangeDate] for qyyyy in the Field: with [Enter Date]
for user prompt to enter quarter they want to run the report for
TAXACC - IIF statement to account for Nulls
TaxInterest - number
TAXINT - IIF
(incidentally there are 28 fields plus their IIF statements)
TAXTTOTAL: to total up all the tax
INTTOTAL: to total up all the Interest
What I want the report to look like
Country
PriorBalance                            Quarter Selected Info
QtrTOT
Tax     Interest    TaxAcc  TaxInt  OtherTax OtherInt  TotTax
TotaInt   TOTAL
Issue     1          2                1        1           1             1
2          2         11
Issue     2          1                1        1           1             1
1          1          9
Cntry  3          3                2        2           2             2
3          3          20
I couldnt' fit one more column, but there would be the previous balance +
the current quarter for the Actual Balance
Then the report would total at the end for a grand total of everything.
	
		
			
				Duane Hookom said:
			
		
	
	
		
		
			If you really need help, you should provide some table/record source
structure and possibly sample records with desired display in your report.
I'm not sure what you mean by "user defined monetary amounts".
--
Duane Hookom
Microsoft Access MVP
:
Does anyone have an example of a query & report that is user defined monetary
amounts calculating current quarter and also previous quarters as a total?
(showing all records and not listing each quarter separately)
I really need help... I created a db and this is the only hold up to
completion.