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  

Carried Forward Report



 
 
Thread Tools Display Modes
  #1  
Old August 3rd, 2005, 10:03 AM
Trevor Tucker
external usenet poster
 
Posts: n/a
Default Carried Forward Report

Fantastic. Thanks Tina. I've done that and it works. Great idea.

Trev

"tina" wrote in message
...
one solution might be along the lines of:

create a query to pull and total the transactions prior to the beginning
of
the month. (Query1)
i'll call the field showing the transactions total, "TransactionsTotal".

create another query to pull the current month's transactions. (Query2)
create a report to display the data from Query2.

in the report's header section, add an unbound textbox (txtBeginTotal) to
display the beginning total from Query1. put the following in the
ControlSource, as

=DLookup("[TransactionsTotal]","Query1")

in the report's footer section, add an unbound textbox to show the
complete
balance at the end of the month. sum the transaction field for all the
detail records, and add in the beginning total, as

=Sum([NameOfTransactionField]) + [txtBeginTotal]

hth


"Trevor Tucker" wrote in message
...
I wish to create a carried forward type report in Access. Let me explain
what I mean by carried forward.

I have a transaction table, and every month, I want to print a report
showing the opening balance of the transactions up to the beginning of
the
month, all the transactions for the month and then at the end of the

report,
a closing balance as at the end of the month.

If anyone could give some advice on how to create such a report, I would

be
greatly appreciative.

Trev






  #2  
Old August 4th, 2005, 02:17 AM
tina
external usenet poster
 
Posts: n/a
Default

you're welcome, glad it worked for you.


"Trevor Tucker" wrote in message
...
Fantastic. Thanks Tina. I've done that and it works. Great idea.

Trev

"tina" wrote in message
...
one solution might be along the lines of:

create a query to pull and total the transactions prior to the beginning
of
the month. (Query1)
i'll call the field showing the transactions total, "TransactionsTotal".

create another query to pull the current month's transactions. (Query2)
create a report to display the data from Query2.

in the report's header section, add an unbound textbox (txtBeginTotal)

to
display the beginning total from Query1. put the following in the
ControlSource, as

=DLookup("[TransactionsTotal]","Query1")

in the report's footer section, add an unbound textbox to show the
complete
balance at the end of the month. sum the transaction field for all the
detail records, and add in the beginning total, as

=Sum([NameOfTransactionField]) + [txtBeginTotal]

hth


"Trevor Tucker" wrote in message
...
I wish to create a carried forward type report in Access. Let me

explain
what I mean by carried forward.

I have a transaction table, and every month, I want to print a report
showing the opening balance of the transactions up to the beginning of
the
month, all the transactions for the month and then at the end of the

report,
a closing balance as at the end of the month.

If anyone could give some advice on how to create such a report, I

would
be
greatly appreciative.

Trev








 




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
No current record 3021 hughess7 General Discussion 30 August 19th, 2005 04:39 PM
Report criteria hughess7 General Discussion 3 August 17th, 2005 11:43 AM
How to report a balance carried forward Richard Setting Up & Running Reports 2 June 20th, 2005 04:19 PM
To Sharkbyte and all: Calculate a total values in group level Ally General Discussion 6 June 13th, 2005 08:16 PM
Save Report With CreateReport Coding Issue Jeff Conrad Setting Up & Running Reports 8 July 12th, 2004 08:39 AM


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