Split same fields into two seperate tables?

G

Guest

I have several fields with the same name in two seperate tables..example...PO
Number, RMA#, serial # etc.

The tables names are Shipping and Receiving. The shipper ships the item to
an address and then when he receives it he ships back either the full order
or only half of the order. Either way he uses the same RMA etc fields in both
tables. Is thier a simpler non redundant 3NF way of doing this?
 
G

Guest

Use a single table with additional field to indicate coming (Receiving) or
going (Shipping).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top