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 / Forms Programming / July 2007

Tip: Looking for answers? Try searching our database.

check null on "Continuous Forms", change backcolour

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
OTWarrior - 24 Jul 2007 09:09 GMT
I have a form using a query that displays the count of the different types of
data inputted that month (so the form would normally look like this:)

type1   36
type2   23
type4   89

or

type1   78
type2   54
type3   23
type4   40

if there has been no work done for that type that month, the type will not
show (as it is a null value)

is there a way of checking for that null? I want to make the form a different
colour if there hasn't been any work done in that area.

Since there are no records that appear, is there a property for that (ie: row
count?)
Marshall Barton - 24 Jul 2007 17:14 GMT
>I have a form using a query that displays the count of the different types of
>data inputted that month (so the form would normally look like this:)
[quoted text clipped - 18 lines]
>Since there are no records that appear, is there a property for that (ie: row
>count?)

The records  with Null are not appearing because they are
not in the form's record source query.  Forget the form for
now and work on the query.

I can't ne sure without seeing it, but I suspect that all
you need to so is change the query to use an outer join
insteaf of inner join.

Signature

Marsh
MVP [MS Access]

 
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.