本文介绍了访问中的四舍五入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个名为 GrossAmount 的字段,以两位十进制格式显示金额。我需要计算一个名为 NetAmount 的字段,其中金额需要四舍五入。我如何在Access中执行此操作?有人在那里帮忙吗?


两个字段的数据类型都是货币


谢谢。

解决方案




I have a field called GrossAmount that shows amount in two decimal format. I need to calculate a field called NetAmount where the amount needs to be rounded up. How do I do it in Access? Anyone out there to help, please?

Data type for both the fields are "Currency"

Thanks.

解决方案




这篇关于访问中的四舍五入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 04:27