B
Ben
I have a two part question regarding numeric data types:
1. Is there any way to preserve the data in an existing field when converting the field's data type from Single to Double? The data always ends up changed to different decimal places and amounts.
2. We are storing our dollar amounts and weights mainly in double data type fields. Is this the best data type to use? Storing it as a single causes decimal places to be lost (Why?) so this is not an option.
Thanks in advance for any help.
Ben
1. Is there any way to preserve the data in an existing field when converting the field's data type from Single to Double? The data always ends up changed to different decimal places and amounts.
2. We are storing our dollar amounts and weights mainly in double data type fields. Is this the best data type to use? Storing it as a single causes decimal places to be lost (Why?) so this is not an option.
Thanks in advance for any help.
Ben