Brook said:
My company wants me to create an invoice form that we can use for billing
for out products. How do I set up a form that I can have more than one
product for one invoice?
Sorry Brook, but that question about like someone saying:
My wife wants me to add guest facilities
to the house, how do I build it?
I suggest you take a look at the Northwind sample database
that comes with Access. That should give you some ideas
about setting up a table structure appropriate to your
needs. Once you have the data properly organized (keyword:
Normalized), then look at the forms needed to support
entering/editing data and the report(s?) used to present the
data.
Remember that in a database system (and Invoices are clearly
in the realm of a database), it's all about the data and how
each part relates to the other parts. The forms and reports
come later.