Default Values in report fields.

chad101

Registered User.
Local time
Today, 04:36
Joined
Dec 31, 2005
Messages
56
How do you set a blank field in a report to "N/A" or just 0?

I have tried Nz([YourField],0) and iif IsNull([YourField],0,[YourField]).
 
There is a difference between no data and data with nothing in it, which do you have?
 
The report is based on a query with a left outer join.

So some fields in the report remain blank (no data)..

I would like these fields to have a "N/a" defualt value.
 
Last edited:
Hello bob :)

Sorry for the late response

I have five fields, 4 are general numbers and one is a medium time.
 

Users who are viewing this thread

Back
Top Bottom