A
A.Farsinejad
I have a database with 2 tables and 2 forms. the forms are: "LUP" and "Case".
In 'LUP" there is a field which is calculated with the below formula:
Field1=[No of cases]/case.[Total of cases]*1000
in which "No of cases" field is in "LUP" form and calculated like this:
"=DCount("*","[Cases]","[No in LUP]=" & Forms!LUP![OLV Number])"
and "Total of Cases" field is in "Case" form and calculated like this:
"=Count([Case Number])"
But when I put these two fields in my formula for "Field1", I got error.
Is there any body who can help me on this issue?
In 'LUP" there is a field which is calculated with the below formula:
Field1=[No of cases]/case.[Total of cases]*1000
in which "No of cases" field is in "LUP" form and calculated like this:
"=DCount("*","[Cases]","[No in LUP]=" & Forms!LUP![OLV Number])"
and "Total of Cases" field is in "Case" form and calculated like this:
"=Count([Case Number])"
But when I put these two fields in my formula for "Field1", I got error.
Is there any body who can help me on this issue?