S
Scott
This query was working fine until I configured the QTYPER field as a number
(type Single). Now I am getting a data type mismatch.
UPDATE [PARTMTL - FINAL] SET [PARTMTL - FINAL].QtyPer = [PARTMTL -
FINAL]![QtyPer]/1.3
WHERE ((([PARTMTL - FINAL].estscrap)="15"));
Basicly the only thing i need to do is find all the records in [PARTMTL -
FINAL] table that have a ESTSCRAP factgor of "15" then divide the existing
QTYPER by 1.15.
(type Single). Now I am getting a data type mismatch.
UPDATE [PARTMTL - FINAL] SET [PARTMTL - FINAL].QtyPer = [PARTMTL -
FINAL]![QtyPer]/1.3
WHERE ((([PARTMTL - FINAL].estscrap)="15"));
Basicly the only thing i need to do is find all the records in [PARTMTL -
FINAL] table that have a ESTSCRAP factgor of "15" then divide the existing
QTYPER by 1.15.