J
janne
I am trying to update the number of 'yes' from a checkbox field.. I used
this code:
UPDATE tblRapporter
SET Antal = Abs(Sum(tblKontrollrapport.CheckBox5))
WHERE ID=5;
I got the answer: 1 field not updated wrong typeconvert
How to do ??
this code:
UPDATE tblRapporter
SET Antal = Abs(Sum(tblKontrollrapport.CheckBox5))
WHERE ID=5;
I got the answer: 1 field not updated wrong typeconvert
How to do ??