G ggreg Registered User. Local time Today, 10:47 Joined Aug 12, 2002 Messages 66 Dec 10, 2003 #1 I have a program that will email reports, but how do I trap for when a report is null, so that if a report is full of null vaules that the program or code will not send the report that is null
I have a program that will email reports, but how do I trap for when a report is null, so that if a report is full of null vaules that the program or code will not send the report that is null
simongallop Registered User. Local time Today, 10:47 Joined Oct 17, 2000 Messages 611 Dec 11, 2003 #2 Test the underlying source for data. ie if data coming from a query test the query for records. If null then do not send else send report HTH
Test the underlying source for data. ie if data coming from a query test the query for records. If null then do not send else send report HTH