Hi,
I have 2 forms in this example.
Form one i enter data and click a command button to calculate other fields in the form. Under the code in Form one i send and retrive data from form one. I use Form 2 like a storage base. When i send data with decimals over to form 2. It is rounded up before it gets there.
Example
number = 2.22222
Forms!Form2!Field1 = number
Any Suggestions
I have 2 forms in this example.
Form one i enter data and click a command button to calculate other fields in the form. Under the code in Form one i send and retrive data from form one. I use Form 2 like a storage base. When i send data with decimals over to form 2. It is rounded up before it gets there.
Example
number = 2.22222
Forms!Form2!Field1 = number
Any Suggestions