template wizard

S

shawn modersohn

I want the customer's name and what particular item was sold to go into the
database. The template wizard only allows the selection of a single cell to
go into the database per name. Is there some way to get all the rows into
the database?
 
D

Debra Dalgleish

The template database will only store one row per record. If you're
trying to store information, such as an invoice, in which there would be
multiple items per invoice number, you could use a database like
Microsoft Access. In it, you can connect a record in one table, to
several records in another table.
 
S

shawn modersohn

Debra Dalgleish said:
The template database will only store one row per record. If you're
trying to store information, such as an invoice, in which there would be
multiple items per invoice number, you could use a database like
Microsoft Access. In it, you can connect a record in one table, to
several records in another table.



--

That is what I was thinking, thanks.
 
Top