B
Bill
Can anyone provide me with the correct syntax for the
control source of a report text box. Below is what I
want to do, but I keep getting syntax errors
jobno is text field in a query
txtjob1 is a text field in a form
FPI is a numeric field in the same query
=sum(Abs([FPI]=5)) where (jobno = forms!frmFPISelect1!
txtjob1)
control source of a report text box. Below is what I
want to do, but I keep getting syntax errors
jobno is text field in a query
txtjob1 is a text field in a form
FPI is a numeric field in the same query
=sum(Abs([FPI]=5)) where (jobno = forms!frmFPISelect1!
txtjob1)