Hey there,
I would call help for "Multi Unit of Measure" set up with Items table.
I have a table called "tblItem"
PK ItemCode
ItemName
Type
Weight
UOM
Status
Length
tblUOM
pk ID
UOM
* if i have a item called A10101 and its having two UOM's
like one is Pc's and the 2nd one is in Meters where as i knows its 1Pcs is equal to 2 Meters.
so in some cases i need to use pc's and some where meters. so how can be work with convertion factor.
please advise.
zee