Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > Reports

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-18-2010, 08:45 AM
daman2971985 daman2971985 is offline
Registered User
 
Join Date: Feb 2010
Posts: 1
daman2971985 is on a distinguished road
Billing type reports

Hi,

I am trying to construct what is essentially a bill in access. The report needs to list a whole load of different data fields (name, address, customer id, letter reference etc etc) and display them on the report.

The difficult bit is that with each customer there are a number of transactions. The number of transaction depend entirely on individual circumstances and cant be predicted.

I need to find a way to create a report that will list each customer and all his details on his own page (these will be individually printed) and his own transactions (how ever many he has) as a list!

If anyone could suggest the best way to go about this it would be useful!!

Thanks in advance
Reply With Quote
Sponsored Links
  #2  
Old 02-18-2010, 09:46 AM
pbaldy's Avatar
pbaldy pbaldy is offline
Who is John Galt?
 
Join Date: Aug 2003
Location: Nevada, USA
Posts: 12,988
pbaldy is a glorious beacon of lightpbaldy is a glorious beacon of lightpbaldy is a glorious beacon of lightpbaldy is a glorious beacon of lightpbaldy is a glorious beacon of light
Re: Billing type reports

Depending on the specifics of your table structure, either using the Sorting and Grouping options of the report to get the basic data into the group header and the transaction details into the detail section, or a report/subreport.
__________________
Paul
Microsoft Access MVP
www.BaldyWeb.com
Reply With Quote
  #3  
Old 02-19-2010, 03:05 AM
daman2971985 daman2971985 is offline
Registered User
 
Join Date: Feb 2010
Posts: 1
daman2971985 is on a distinguished road
Re: Billing type reports

Thank you for your reply.

You gave me enough to start on and for a while it did seem to be working. However when I linked a second set of ‘ transactions’ it all fell down.

What I am trying to do can be best compared to a mobile phone bill. You would have a bill/report that is laid out as follows

a set of information such as name, address, reference numbers etc and some standard text {from master table}

A variable length table listing all calls (when, how long, who to etc) {from table b}

Some standard text, with maybe a couple of bits of user info{from master table}

A variable length table listing all SMSs (when, who to, etc) {from table c}

Some standard text, with maybe a couple of bits of user info{from master table}

A variable length table listing all internet accesses (when, how long etc) {from table d}

Some more user information {from master table}



using this analogy when I tried to set out the report like this access would put the first call followed by the first SMS followed by the complete list of internet access. Then the first call the second SMS and then the complete internet list again! And so on and so on…

I just can’t seem to get this to work! I even tried exporting and setting up a mail merge in word, but the mail merge in word doesn’t support variable length tables so you end up with tons of white space. I really don’t care how I get this to work, as long as I can get the reports made automatically ready to be printed it doesn’t make much difference what office software I have to use.
Reply With Quote
Sponsored Links
Reply

Tags
access, billing, reports

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Query is too complex" error in Access 2007 mattsteele8 Queries 12 03-20-2009 08:35 AM
update table properties automatically lala Forms 8 12-11-2008 07:38 AM
Problem designating Excel file type when saving from Access Bilbo_Baggins_Esq Modules & VBA 2 11-20-2008 06:17 AM
Form with text box and combo box by type rsbutterfly16 Forms 4 06-15-2006 01:05 PM
Setting Up good report menus for end users - a lot of reports! misscrf Forms 1 05-25-2005 11:17 AM


All times are GMT -8. The time now is 09:39 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World