Microsoft
Software
Hardware
Network
Question : How do I force a '0' value into a report
Hi Experts
I have a query which collates several costs from various tables, this query includes another query which also brings down a cost. But when I create a report the value that comes from the query within the query only shows a value that is greater than 0. How do i get it to force a zero where there is no value.
Any ideas would be much appreciated, thanks LillyC
Answer : How do I force a '0' value into a report
With very little detail provided, here is a generic guess:
Change the field to:
Nz([YourFieldName], 0)
Random Solutions
How to hide a value in the report
DNS root hints not working Windows 2008
Expert Notify Thread - For Experts only (those answering questions in the MS Access Zone).
Purge Deleted items from database immediatly after message recall
How do I remove special characters in a query?
VPN client (Check point Secure client) not able to browse to any website on the machine once connected to the VPN.
Mixed tooltips using AddTool (GetDlgItem (IDC_THIS), IDC_THIS) and AddTool (this, LPSTR_TEXTCALLBACK) how to.
Cannot use remote executables after I upgraded to R2
Can i use Remote Desktop on a Windows 2000 machine?
VSTO: How to access Safe Sender List?