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 / March 2007

Tip: Looking for answers? Try searching our database.

Formatting NULL values in Drop-Down control

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jtertin - 22 Mar 2007 18:22 GMT
I have a drop-down control that is being populated by an entire table
(not a query).  There are NULL values in the table which appear as
blank spaces in the drop down.  How can I format the drop down to put
some static text in place of the empty space.  (For example
'Available', or 'Not Defined').
kingston - 22 Mar 2007 18:47 GMT
In the combobox's Row Source, use a query to return the list and instead of
the original field, use something like:

Nz([OriginalField],"Available")

>I have a drop-down control that is being populated by an entire table
>(not a query).  There are NULL values in the table which appear as
>blank spaces in the drop down.  How can I format the drop down to put
>some static text in place of the empty space.  (For example
>'Available', or 'Not Defined').
 
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.