Hi, Can you please help . I have never had this happen before but the is Null is not working. Here is the SQL;
Code:
SELECT [Q3 Add Dates and SRR].[Arrangement ID], [Q3 Add Dates and SRR].[Q1- ADR INFO].[Order Number], [Q3 Add Dates and SRR].ADR.[Deal Number], [Q3 Add Dates and SRR].[Sales Document Type], [Q3 Add Dates and SRR].[Net License Fee Amount] FROM [Q3 Add Dates and SRR] WHERE ((([Q3 Add Dates and SRR].ADR.[Deal Number]) Is Null) AND (([Q3 Add Dates and SRR].[Net License Fee Amount])<>0));
Comment