JithuAccess
Member
- Local time
- Today, 12:53
- Joined
- Mar 3, 2020
- Messages
- 325
Hello Guys,
I want to find the Total Review Time. This is my Code
This is working Perfect.
But when I change Times like:
Total Review Time is showing Decimals like this. These are the Properties of my Text Box:
and these are the field properties of Total Review Time:
Could you guys please let me know how to limit the Decimals to 2? In the above Example, the value should be 8.17.
Thanks a lot
I want to find the Total Review Time. This is my Code
Code:
Text34.Value = Nz(DateDiff("n", [Review Start Time], [Review End Time]) / 60, 0)
This is working Perfect.
But when I change Times like:
Total Review Time is showing Decimals like this. These are the Properties of my Text Box:
and these are the field properties of Total Review Time:
Could you guys please let me know how to limit the Decimals to 2? In the above Example, the value should be 8.17.
Thanks a lot