B
Bronson
hi asked this question before then had to go on a trip so i will start over.
i have this equation in excell but need it to work in access.
=IF(COUNT(C3,J3)=2,DAYS360(C3,J3),"")
the fields in access are in the table
c3=DOS
j3=Paid Date
second equation is:
=IF(COUNT(D3,J3)=2,DAYS360(D3,J3),"")
the fields in access are in the table
c3=Briefed Datej3=Paid Date
the third equation is:
=MIN(IF(W3:X3>0,W3:X3))
w3=first equation
x3=second equation
i need to put this on the table in design view
i have this equation in excell but need it to work in access.
=IF(COUNT(C3,J3)=2,DAYS360(C3,J3),"")
the fields in access are in the table
c3=DOS
j3=Paid Date
second equation is:
=IF(COUNT(D3,J3)=2,DAYS360(D3,J3),"")
the fields in access are in the table
c3=Briefed Datej3=Paid Date
the third equation is:
=MIN(IF(W3:X3>0,W3:X3))
w3=first equation
x3=second equation
i need to put this on the table in design view