Hi,
I need to have the comparison variable (< or >) to be read from a field in the form.
Namely:
WHERE (((([PackagesCosts].[TotalCost]) & [Forms]![F_Reports]![Increased] & [C].[TotalCost])
Where [Forms]![F_Reports]![Increased] is the filed on my form.
What is wrong in the syntax (as it is not working properly)?
I need to have the comparison variable (< or >) to be read from a field in the form.
Namely:
WHERE (((([PackagesCosts].[TotalCost]) & [Forms]![F_Reports]![Increased] & [C].[TotalCost])
Where [Forms]![F_Reports]![Increased] is the filed on my form.
What is wrong in the syntax (as it is not working properly)?