Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / April 2008

Tip: Looking for answers? Try searching our database.

Subreport null data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
andrew3254 - 09 Apr 2008 10:14 GMT
Hi

I have a report with multiple subreports on it, one for each month.

The subreports are linked to the main report via a project ID, and some
projects dont have data entered for that month.  The missing data is blank
but I want to show 0s.  I have tried

Nz([Int Forecast], 0)

and

IIf(HasData, [Int Forecast], 0)

and neither work.

Does anyone have any ideas?
Signature

Thank you in advance

Golfinray - 09 Apr 2008 13:58 GMT
Try this - it should be close. IIf([int forecast]>0,[int forecast],0)

> Hi
>
[quoted text clipped - 13 lines]
>
> Does anyone have any ideas?
andrew3254 - 09 Apr 2008 14:47 GMT
Unfortunately no.  I also tried using VBA in the NoData section in the module
to see if I can change the values in the text boxes.  That didn't work
either.  Its something to do with their not being data for a specific project
for the appropriate month.  All the data management functions that deal with
this dont seem to be working.
Signature

Thank you

> Try this - it should be close. IIf([int forecast]>0,[int forecast],0)
>
[quoted text clipped - 15 lines]
> >
> > Does anyone have any ideas?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.