C
Curtis Stevens
I have an update query that updates the info in a particular table. One
field I'm updating is a field with a % in it, like 70%. There will be
multiple % found in all the records, some records will have 60%, some will
have 70%.
I simply can't put "0.6" for example in the update query field as it wont
apply to all records. What do I put in that particular field of the update
query to make the approperiate change, so it takes whatever % is in the
particular record and changes it to this format "0.7" or "0.6."
Thanks
Curtis
field I'm updating is a field with a % in it, like 70%. There will be
multiple % found in all the records, some records will have 60%, some will
have 70%.
I simply can't put "0.6" for example in the update query field as it wont
apply to all records. What do I put in that particular field of the update
query to make the approperiate change, so it takes whatever % is in the
particular record and changes it to this format "0.7" or "0.6."
Thanks
Curtis