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 / New Users / April 2004

Tip: Looking for answers? Try searching our database.

VB with Reports

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Galsaba - 15 Apr 2004 11:36 GMT
I want to display a certwin field in my report only if the value is not 0.
In the case the value of the field is 0, I do not want to show neither the
field label or the field value. If the value is not 0, I want to display in the
report
both the label and the value.

Thanks,

Joe
Les - 16 Apr 2004 19:35 GMT
You could make both the label and the field text boxes.  
Then, in the controlsource for the text boxes, build
expressions:

=IIF(fld=0,"","Label") and
=IIF(fld=0,"",fld)

>-----Original Message-----
>I want to display a certwin field in my report only if the value is not 0.
[quoted text clipped - 7 lines]
>Joe
>.
 
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.