hiya,
I have an entity "tblReturnsProduct"
returnId PK
barCode PK
unitPrice
qty
A "ReturnsProduct" is an unsold product that a delivery driver brings back from his delivery round.
Make sense?
Up until now, we didn't have to "classify" the returnProducts.
However, we now have to differentiate between products that are returned because they are either:
1) out of date
2) damaged
What's the best way to do this?
many thanks,
yogi