template wizard

  • Thread starter Thread starter shawn modersohn
  • Start date Start date
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?
 
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.
 
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.
 
Back
Top