invoice

alice

Registered User.
Local time
Today, 17:37
Joined
Mar 23, 2010
Messages
27
i am trying to create an invoice on access 2003 i dont know where to start how do i create one ?
 
You can use reports to get data from your tables into a printable format. Have a look at the help files and use the wizard to get a good idea of how they work.
 
i have two tables of information products with fixed prices i still dont understand how i would get these into an invoice ?
 
Use a query to link all the data up into one dataset, then base your report on that.
 
Have a look at the query design tips on the MS website, it's quite good and will help you understand how to create a query correctly.

It will also help with the other thread we've been posting on...
 

Users who are viewing this thread

Back
Top Bottom