Hello I am pretty new to Access and i have grasped the basics of SQL and making complicated queries. However i have a query which looks at the main table of data. I have a rule which certain fields must have data which must be within 2 days of todays date, and i want to find out in some other fields which don't have dates.
I am using the OR part of the query so my coding would look like
WHERE (((QryMasterReport.[Planned Date)])<=Now()-"2") AND ((QryMasterReport.[Delivery Failed]) Is Null) AND ((QryMasterReport.Delivered Castleford]) Is Null)) OR (((QryMasterReport.[Planned Date 2])<=Now()-"2") AND ((QryMasterReport.[Rebooked Planned Delivery Date 2]) Is Null) AND ((QryMasterReport.[Delivered 2]) Is Null));
Now there are about 20 Fields i have applied this to and some of the fields where IS NULL it still show dates?
HELP?
I am using the OR part of the query so my coding would look like
WHERE (((QryMasterReport.[Planned Date)])<=Now()-"2") AND ((QryMasterReport.[Delivery Failed]) Is Null) AND ((QryMasterReport.Delivered Castleford]) Is Null)) OR (((QryMasterReport.[Planned Date 2])<=Now()-"2") AND ((QryMasterReport.[Rebooked Planned Delivery Date 2]) Is Null) AND ((QryMasterReport.[Delivered 2]) Is Null));
Now there are about 20 Fields i have applied this to and some of the fields where IS NULL it still show dates?
HELP?