I have three fields, all are numeric, double and general number with no locks or validation rules and no nulls.
field1 contains integers from 1 to 2000.
filed2 contains decimals from 0.1 to 0.6.
field3 is empty.
I want to finish up with 100.2 etc. Fields 1 & 2 will be discarded after the update.
I run an update query as " field3:[field1]+[field2]" and get an error message saying "fields didn't update due to a conversion error".
Field3 remains empty!
Your thoughts please.
field1 contains integers from 1 to 2000.
filed2 contains decimals from 0.1 to 0.6.
field3 is empty.
I want to finish up with 100.2 etc. Fields 1 & 2 will be discarded after the update.
I run an update query as " field3:[field1]+[field2]" and get an error message saying "fields didn't update due to a conversion error".
Field3 remains empty!
Your thoughts please.