L
Lea
I am working on a query combining two tables: a "tblClients" table, which
includes the field "FPRate" - the fee for a client's plan; and "tblPayments"
table, which includes the field "Amount" - the amount of payments received
thus far from said client. The query sums the "Amount" field, giving me the
total received (this field in the query is labeled "Sum of Amount: Amount"
What I need is a way to use my query to display only records in which the
"Sum of Amount: Amount" is less than the "FPRate" value. Both fields are
number, long-integer. I tried, intuitively, placing the following in the
criteria field of "Sum of Amount: Amount": <"FPRate" but received the error
"Date type mismatch in the criteria expression" when I try to leave design
view.
Any help would be appreciate.
includes the field "FPRate" - the fee for a client's plan; and "tblPayments"
table, which includes the field "Amount" - the amount of payments received
thus far from said client. The query sums the "Amount" field, giving me the
total received (this field in the query is labeled "Sum of Amount: Amount"
What I need is a way to use my query to display only records in which the
"Sum of Amount: Amount" is less than the "FPRate" value. Both fields are
number, long-integer. I tried, intuitively, placing the following in the
criteria field of "Sum of Amount: Amount": <"FPRate" but received the error
"Date type mismatch in the criteria expression" when I try to leave design
view.
Any help would be appreciate.