V
VT
I am setting up a database to help track assets that we use as demonstration
stock. We lend these goods to prospective customers. Whenever one or more of
these goods go out to a customer, they are accompanied by a pro-forma
invoice.
Am I right in thinking that I should set up:
a table listing the goods,
a table listing customers,
a table listing the pro-forma invoices, and
a junction table to detail the goods on each pro-forma?
Secondly, our customers are usually overseas and our products usually need
export documentation. I need to link every product to the export document or
documents they require to avoid trouble at Customs here and overseas. How do
I do that?
Many thanks
VT
stock. We lend these goods to prospective customers. Whenever one or more of
these goods go out to a customer, they are accompanied by a pro-forma
invoice.
Am I right in thinking that I should set up:
a table listing the goods,
a table listing customers,
a table listing the pro-forma invoices, and
a junction table to detail the goods on each pro-forma?
Secondly, our customers are usually overseas and our products usually need
export documentation. I need to link every product to the export document or
documents they require to avoid trouble at Customs here and overseas. How do
I do that?
Many thanks
VT