Thanks for the quick reply,
You’re right, once “IN(selectedCases)” is removed, it works, but not ecxatly the way it should.
The string “selectedCases” contains the primary keys of the records I want to check for NULL Values, but aparently that’s the wrong way of doing it.
In other words, I...
Can anyone tell what is wrong with this select statement?
Select Statement:
***************************************************
SELECT [Primary Number] FROM [Vital Stats] WHERE [Title-D] IS NULL OR [First Name-D] IS NULL OR
[Last Name-D] IS NULL OR [Inform Title] IS NULL OR [Inform first Name]...
I am using Crystal Reports for Visual Studio .NET 2003
I have 3 fields:
{Inform first Name} {Inform Middle Name} {Inform Last Name}
There’s one space between each field. If the field {Inform Middle Name} is null then I have 2 spaces between {Inform first Name} and {Inform Last Name} and
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.