Hello ,
I am a new User and in Access World , I have these Formula in excel =IF(AK4="No","-",IF(AND(T4="Yes",L4>=V4),"Yes",IF(AND(T4="No",L4> =S4),"Yes","No") and I want these validation in form in text box [Processed / Checked Before Due Date ]
Coloumns
AK = ProcessorandCheckersameperson, T = CheckingRequired, L = DueDate, V = CheckingDate , S = ProcessingDate
I created these =IIf(([ProcessorandCheckersameperson]="No")And ([CheckingRequired]="Yes",[DueDate]>=[CheckingDate],"Yes")And([CheckingRequired]="No",[DueDate]>=[ProcessingDate]),"NotChecked","Checked")
But I guess I am wrong some where , my project is due tomorrow
Thank you all in advance to helping me in solving these
Awaiting for the reply