Ok , I have a table called cons. I have a field in cons called NOP
I would like to add the numbers together in this field and so used
Select SUM(NOP) from Cons
This cases an error "datatype mismatch in criteria expression"
What is going on ?
Adam
I have looked at the database and the...