Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem setting up query
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01320274
Message ID:
01320288
Views:
12
>>Could it be that there are records just without a Report name in the Reports file?
>
>Yes, they could, but then that is redundant:
>reports.rptname != NULL; *Should make sure there is a report listed

Actually, you're absolutely right with your first suggestion. I just re-checked the query, it uses WHERE conditions on the Reports table, so it should be an INNER JOIN.

And when you can check for the
NOT Reports.RptName =='' and  Reports.RptName NOT NULL
or
not NVL(Reports.RptName),"") == ""
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform