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 datatype is set as text. Could this be the problem ? If so , can I change the datatype without loosing my data ?
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 datatype is set as text. Could this be the problem ? If so , can I change the datatype without loosing my data ?