I have the code below that looks between 2 dates. and returns a 1 if the value is true.
Problem i have is that sometimes the Date_Removed is blank (Because the supplier has not been removed from the list) so how do i amend to include or iif date removed is null ?
Problem i have is that sometimes the Date_Removed is blank (Because the supplier has not been removed from the list) so how do i amend to include or iif date removed is null ?
Code:
Targeted: IIf([Delivery_Date]>[tblQCSupplierWatch]![Date_added] And [Delivery_Date]<[tblqcsupplierwatch]![date_Removed],1)