G
Guest
I'm trying to create a database so we can track the miscellaneous shipments
that our office sends to the warehouse. I've got most of it set up (the
address, the tracking, the type of shipment) but I'm having trouble with the
last part of it.
We have to fill out a section to describe what it is we're sending and how
many of it we are sending. For example, we can send 10 types of this
catalogs, etc. I can get it set up so that it will display one line of what
we send, but on some of thse shipments, we send multiple things (i.e. 10
catalogs of this, 1 cd, a t-shirt and a brochure).
How can I get each record to reflect a different list of quantities and
descriptions without it repeating on each record (I tried a separate table)
or only allowing one line (when all the info was on the same table).
that our office sends to the warehouse. I've got most of it set up (the
address, the tracking, the type of shipment) but I'm having trouble with the
last part of it.
We have to fill out a section to describe what it is we're sending and how
many of it we are sending. For example, we can send 10 types of this
catalogs, etc. I can get it set up so that it will display one line of what
we send, but on some of thse shipments, we send multiple things (i.e. 10
catalogs of this, 1 cd, a t-shirt and a brochure).
How can I get each record to reflect a different list of quantities and
descriptions without it repeating on each record (I tried a separate table)
or only allowing one line (when all the info was on the same table).