Home
|
Contact Us
|
FAQ
|
Search & Site Map
|
Link to Us
Sign In
|
Join
|
Other 45 Sites in Network
Home
Discussion Groups
Forms
Forms Programming
Queries
Modules / DAO / VBA
Reports / Printing
Macros
Database Design
Security
Conversion
Importing / Linking
SQL Server / ADP
Multiuser / Networking
Replication
Setup / Configuration
Developer Toolkits
ActiveX Controls
New Users
General 1
General 2
Access Directory
Tools
Tutorials
User Groups
Related Topics
SQL Server
Other DB Products
MS Office
More Topics ...
MS Access Forum
/
General 2
/
January 2008
Tip:
Looking for answers? Try searching our database.
Null value field
Thread view:
Tree View
List View (postings sorted by date)
Single Message View
Enable EMail Alerts
Start New Thread
Thread rating:
Samuel
- 21 Jan 2008 00:22 GMT
Hi
I would like to find out whether a field has a value i.e. is it null.
What is the syntax to do that?
Samuel
Reply to this Message
John W. Vinson
- 21 Jan 2008 00:59 GMT
>Hi
>
[quoted text clipped - 3 lines]
>
>Samuel
In SQL query criteria:
Fieldname IS NULL
in VBA code (you can use it in calculated expressions in SQL too):
IsNull([fieldname])
John W. Vinson [MVP]
Reply to this Message
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
©2009 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.