If I have a field in a table defined as a type number, and then in a form have a text box that displays that field, and have another contorl where i want to display some calcualtion based on many things using code for the calculation, do i need to convert the text box value to a number being applying math functions or is it already a number. do i use the control value as xyz.value or xyz.text ... so i guess i am asking is a conversion needed from the text box entry ( even if the table field is defined as a number ) and if so do i convert the .text or the .value ....thanks.
