Hi. I am working with an Access 2000 database. I have a query that contains the following formula:
SubAreaOneLeadsL: [Plumbingleadspermonthl]*[subareaonepercentage]
The field, "SubareaOne percentage" (below) is a formula that uses the number of homes in an area (subareaonefsagroupnum) divided by an overall number of homes (totalhomes) as shown:
SubareaOnepercentage: [subareaonefsagroupnum]/[totalhomes]
The resulting number (SubAreaOneLeadsL) is displayed as 4.47430147679721.
I would like the resulting number to be rid of the decimal point and rounded to the next number. In the example above, the result (the way I want it) would be 5.
Can you help me with this?
If rounding is as complicated as it looks, can you steer me as to how to wind up with a number with a decimal point such as 4.7. I would be happy with that
Ron
SubAreaOneLeadsL: [Plumbingleadspermonthl]*[subareaonepercentage]
The field, "SubareaOne percentage" (below) is a formula that uses the number of homes in an area (subareaonefsagroupnum) divided by an overall number of homes (totalhomes) as shown:
SubareaOnepercentage: [subareaonefsagroupnum]/[totalhomes]
The resulting number (SubAreaOneLeadsL) is displayed as 4.47430147679721.
I would like the resulting number to be rid of the decimal point and rounded to the next number. In the example above, the result (the way I want it) would be 5.
Can you help me with this?
If rounding is as complicated as it looks, can you steer me as to how to wind up with a number with a decimal point such as 4.7. I would be happy with that
Ron
Last edited: