C
cp2599
This is probably an easy one ... The value keeps getting rounded up.
dim sngPercent as Single
Me.Percent is defined as Percent with 2 decimals on the form
In the immediate window sngPercent = .56134553
But when I try to put it into the form field
Me.Percent = sngPercent
The result is 100%
dim sngPercent as Single
Me.Percent is defined as Percent with 2 decimals on the form
In the immediate window sngPercent = .56134553
But when I try to put it into the form field
Me.Percent = sngPercent
The result is 100%