G
Guest
Good day,
I have an update query in which I'm trying to transfer data from one field
(PrevYrsLt) to another (LtPts) based on if the data in PrevYrsLt is > 0 ,
then LtPts will take the value of PrevYrsLt. I was using:
Field: LtPts
Table: tblCptTest
Update to: PrevYrsLt
Criteria: PrevYrsLt > 0
but i keep getting data type mismatch or a conversion error.
Any help would be greatly appreciated
TIA
-Paul
I have an update query in which I'm trying to transfer data from one field
(PrevYrsLt) to another (LtPts) based on if the data in PrevYrsLt is > 0 ,
then LtPts will take the value of PrevYrsLt. I was using:
Field: LtPts
Table: tblCptTest
Update to: PrevYrsLt
Criteria: PrevYrsLt > 0
but i keep getting data type mismatch or a conversion error.
Any help would be greatly appreciated
TIA
-Paul