I have a number field set to double(reached is the field name). It has a range of numbers going from 0.85 to 1.02, basically 85% to 102%. When the 100% is entered it displays only as a 1.
In a query I have a field(attainment) that gets calculated and displays a double number that looks like 1.076 (107%) or 1.003 (100%) for example.
I have a cacluated field that simply looks for the attainment field and compares it to the reached field and where the value is = to each other it displaces a True or False. When it gets to a number that is 1.001 and it compares it to the field that has only the 1 in it I get a false when it should be a true. All other numbers in the qry work perfect but the ones that are exactly 1.00 fail.
How do I get access to see that 1 is 1.00? I have changed the format in a number of ways and can not get it to work correctly.
Please any advise would be greatful. Have deadline today and need asap.
Thanks,