PC Review


Reply
Thread Tools Rate Thread

creating a invoice

 
 
=?Utf-8?B?Rk9DVVMxMDE=?=
Guest
Posts: n/a
 
      18th May 2006
i have 100 rows [clients] down and 25-30 colums [first name, last name, and
basic info etc.] accross. I would like to create approx. 10 types of invoices
which could apply to anywhere from only 1 to many clients. How do i create a
report for this?
 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      18th May 2006
Your data structure describes one table that contains the customer data. I
assume you also have a separate related table that includes the items
purchased by the clients? And a separate table with all the possible
products you sell? You only describe the client table to us, so it would be
very hard for us to give you specific advice.

To create an invoice, build a REPORT. Include the fields you want as
controls in your report. Not sure why you would need more than one type of
invoice, (you don't tell us what is different about the ten types) but you
could either code your report to look different depending on the response to
prompts, or the records selected, or you could create more than one report.
For example, you might code the header or footer to display a past due
notice only if there are past due items.

Without a more specific question, I'm not sure we can give you much more
advice. You might take a look at the Northwinds sample database that ships
with Access. It has invoices and could be used as a template for your
invoice.

As you start working on this, feel free to post back with specific
questions.



--
Rick B



"FOCUS101" <(E-Mail Removed)> wrote in message
news:C29993C9-6C6F-436F-93CA-(E-Mail Removed)...
>i have 100 rows [clients] down and 25-30 colums [first name, last name, and
> basic info etc.] accross. I would like to create approx. 10 types of
> invoices
> which could apply to anywhere from only 1 to many clients. How do i create
> a
> report for this?



 
Reply With Quote
 
=?Utf-8?B?Rk9DVVMxMDE=?=
Guest
Posts: n/a
 
      18th May 2006
this is for an insurance brokerage. i can create as many tables as you like.
policy info on one table, and client info on another, etc etc. i just don't
know how to work with this info to create an invoice going to the bank lets
say or to a single client, etc. Your help would be great!

"Rick B" wrote:

> Your data structure describes one table that contains the customer data. I
> assume you also have a separate related table that includes the items
> purchased by the clients? And a separate table with all the possible
> products you sell? You only describe the client table to us, so it would be
> very hard for us to give you specific advice.
>
> To create an invoice, build a REPORT. Include the fields you want as
> controls in your report. Not sure why you would need more than one type of
> invoice, (you don't tell us what is different about the ten types) but you
> could either code your report to look different depending on the response to
> prompts, or the records selected, or you could create more than one report.
> For example, you might code the header or footer to display a past due
> notice only if there are past due items.
>
> Without a more specific question, I'm not sure we can give you much more
> advice. You might take a look at the Northwinds sample database that ships
> with Access. It has invoices and could be used as a template for your
> invoice.
>
> As you start working on this, feel free to post back with specific
> questions.
>
>
>
> --
> Rick B
>
>
>
> "FOCUS101" <(E-Mail Removed)> wrote in message
> news:C29993C9-6C6F-436F-93CA-(E-Mail Removed)...
> >i have 100 rows [clients] down and 25-30 colums [first name, last name, and
> > basic info etc.] accross. I would like to create approx. 10 types of
> > invoices
> > which could apply to anywhere from only 1 to many clients. How do i create
> > a
> > report for this?

>
>
>

 
Reply With Quote
 
Rick B
Guest
Posts: n/a
 
      18th May 2006
Again, there are too many answers to this question. Can you ask us a
specific question? What exactly are you having trouble doing?

First, go build a report. Pull the fields you need into the report. Then,
let us know what SPECIFIC issues you are running into.

The wizard will help you design the report.

The record source for your report will most likely end up being a query that
pulls data from more than one table. You could create that query first and
save it, or just build it while you design the report.

Unfortunately, I just don't know what problem you are running into. I am
not sure if you have tried to build the report, and it did not pull the data
you wanted, or if it did not look like you wanted it to look, or what the
issue is.

Go give it a try, then come back with some details about why it is not
meeting your needs.


--
Rick B



"FOCUS101" <(E-Mail Removed)> wrote in message
news:CB2A007E-396F-4BF5-9917-(E-Mail Removed)...
> this is for an insurance brokerage. i can create as many tables as you
> like.
> policy info on one table, and client info on another, etc etc. i just
> don't
> know how to work with this info to create an invoice going to the bank
> lets
> say or to a single client, etc. Your help would be great!
>
> "Rick B" wrote:
>
>> Your data structure describes one table that contains the customer data.
>> I
>> assume you also have a separate related table that includes the items
>> purchased by the clients? And a separate table with all the possible
>> products you sell? You only describe the client table to us, so it would
>> be
>> very hard for us to give you specific advice.
>>
>> To create an invoice, build a REPORT. Include the fields you want as
>> controls in your report. Not sure why you would need more than one type
>> of
>> invoice, (you don't tell us what is different about the ten types) but
>> you
>> could either code your report to look different depending on the response
>> to
>> prompts, or the records selected, or you could create more than one
>> report.
>> For example, you might code the header or footer to display a past due
>> notice only if there are past due items.
>>
>> Without a more specific question, I'm not sure we can give you much more
>> advice. You might take a look at the Northwinds sample database that
>> ships
>> with Access. It has invoices and could be used as a template for your
>> invoice.
>>
>> As you start working on this, feel free to post back with specific
>> questions.
>>
>>
>>
>> --
>> Rick B
>>
>>
>>
>> "FOCUS101" <(E-Mail Removed)> wrote in message
>> news:C29993C9-6C6F-436F-93CA-(E-Mail Removed)...
>> >i have 100 rows [clients] down and 25-30 colums [first name, last name,
>> >and
>> > basic info etc.] accross. I would like to create approx. 10 types of
>> > invoices
>> > which could apply to anywhere from only 1 to many clients. How do i
>> > create
>> > a
>> > report for this?

>>
>>
>>



 
Reply With Quote
 
Rick B
Guest
Posts: n/a
 
      18th May 2006
I'm heading out, so perhaps someone else will jump in and help you out.

--
Rick B



"FOCUS101" <(E-Mail Removed)> wrote in message
news:CB2A007E-396F-4BF5-9917-(E-Mail Removed)...
> this is for an insurance brokerage. i can create as many tables as you
> like.
> policy info on one table, and client info on another, etc etc. i just
> don't
> know how to work with this info to create an invoice going to the bank
> lets
> say or to a single client, etc. Your help would be great!
>
> "Rick B" wrote:
>
>> Your data structure describes one table that contains the customer data.
>> I
>> assume you also have a separate related table that includes the items
>> purchased by the clients? And a separate table with all the possible
>> products you sell? You only describe the client table to us, so it would
>> be
>> very hard for us to give you specific advice.
>>
>> To create an invoice, build a REPORT. Include the fields you want as
>> controls in your report. Not sure why you would need more than one type
>> of
>> invoice, (you don't tell us what is different about the ten types) but
>> you
>> could either code your report to look different depending on the response
>> to
>> prompts, or the records selected, or you could create more than one
>> report.
>> For example, you might code the header or footer to display a past due
>> notice only if there are past due items.
>>
>> Without a more specific question, I'm not sure we can give you much more
>> advice. You might take a look at the Northwinds sample database that
>> ships
>> with Access. It has invoices and could be used as a template for your
>> invoice.
>>
>> As you start working on this, feel free to post back with specific
>> questions.
>>
>>
>>
>> --
>> Rick B
>>
>>
>>
>> "FOCUS101" <(E-Mail Removed)> wrote in message
>> news:C29993C9-6C6F-436F-93CA-(E-Mail Removed)...
>> >i have 100 rows [clients] down and 25-30 colums [first name, last name,
>> >and
>> > basic info etc.] accross. I would like to create approx. 10 types of
>> > invoices
>> > which could apply to anywhere from only 1 to many clients. How do i
>> > create
>> > a
>> > report for this?

>>
>>
>>



 
Reply With Quote
 
John Vinson
Guest
Posts: n/a
 
      19th May 2006
On Thu, 18 May 2006 13:59:01 -0700, FOCUS101
<(E-Mail Removed)> wrote:

>this is for an insurance brokerage. i can create as many tables as you like.
>policy info on one table, and client info on another, etc etc. i just don't
>know how to work with this info to create an invoice going to the bank lets
>say or to a single client, etc. Your help would be great!


What goes on an Invoice depends on your business rules. We don't know
what your business is; we don't know what information you need to
print on the invoice to meet your business rules; we don't know what
information you collect.

An Invoice is, just as Rick says, typically a piece of paper. The way
you get Access to generate paper is by creating a Report, typically
based on a Query pulling together information from one or more
(usually more!) tables which contain the needed information.

Your FIRST step is:

STOP THINKING ABOUT INVOICES.

Instead, identify the Entities - real-life people, things, or events -
which are of importance to your application (clients, policies, etc.)

For each Entity, identify its Attributes - atomic, non-repeating,
discrete chunks of information about that type of entity (e.g. a
People table might have fields FirstName, LastName, MiddleName, Title,
....) Each attribute of an Entity would be a field in your table.

Once you have the Tables - *then* you can start thinking about Forms
to enter the data, Queries to assemble the data, and Reports
(including among others an Invoice report) to print the data.

John W. Vinson[MVP]
 
Reply With Quote
 
 
 
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating invoice =?Utf-8?B?d2FsZG9yZmVkdQ==?= Microsoft Access Getting Started 9 18th Jul 2007 07:32 PM
Creating an Invoice =?Utf-8?B?VG90YWwgRXhjZWwgTm92aWNl?= Microsoft Excel Worksheet Functions 1 5th Sep 2006 07:52 AM
How do I generate a new invoice number when creating new invoice? =?Utf-8?B?S2lkZGllV29uZGVybGFuZA==?= Microsoft Excel Misc 1 15th Mar 2006 03:19 AM
creating an invoice/invoice details form/subform Mike \(AAA- AnotherAccessAmatuer\) Microsoft Access Forms 2 6th Jul 2004 08:55 PM
Creating an Invoice ? tennielle Microsoft Excel Worksheet Functions 1 14th Apr 2004 02:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:56 PM.