N
NotGood@All
I have form that gets it info from a query. It does some math, the form has
2 text boxes that allows me to filter how long it takes to scan some
documents. The first box I enter 3 and the second I enter 4. I get the
correct data back 2 records, the first (3.4), the other (3.3) but the total
in the form footer comes to 6.0. I have checked the textbox containing the
total sum([HrsScanning]), the format is standard with 1 decimal Place, I’ve
changed it to fixed, changed the number of decimal places, I’ve even
formatted the query to standard 1 decimal place. Does anyone know what I’m
missing??
2 text boxes that allows me to filter how long it takes to scan some
documents. The first box I enter 3 and the second I enter 4. I get the
correct data back 2 records, the first (3.4), the other (3.3) but the total
in the form footer comes to 6.0. I have checked the textbox containing the
total sum([HrsScanning]), the format is standard with 1 decimal Place, I’ve
changed it to fixed, changed the number of decimal places, I’ve even
formatted the query to standard 1 decimal place. Does anyone know what I’m
missing??