My Nz functions

brodaman

Registered User.
Local time
Today, 15:43
Joined
Nov 23, 2015
Messages
25
Hello,Please how do I format data with Nz functions in my SQL statement.
 
Nz doesn't format. It just substitutes something in place of a null. What do you want to format and how should it end up.
 
I want to format a field containing currency e.g #320,000:00 but I cannot rather it comes out in #320000.bcos of Nz function I use to make null value=0.
 
Can you apply the Nz before the format, i.e., Format(Nz( ......
 

Users who are viewing this thread

Back
Top Bottom