|
-
Jan 7th, 2008, 02:38 PM
#1
Thread Starter
Hyperactive Member
Select using DBnull
How can i select data in my report based on DBnull values.
I want to select the data from table 'A' whose corresponding certain field value in table 'B' is DBnull, using Select Expert. How can i do this ? The corresponding field in Table 'B' is String or Date.
-
Jan 7th, 2008, 03:08 PM
#2
Re: Select using DBnull
Assuming you are using Crystal reports you would need to base the criteria on a Formula. The Formula code would be
IsNull({Name of Field})
Crystal will then add the above to the SQL statement it generates ie
Where [Name of Field] Is Null
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|