R
Ramone
I'm looking for help with the following line of code
I'm trying to sum reimbursement given to agents by month
One of the controls on the form has a date. I would like
to sum the reimbursement by month based on the date in
the control.
Text72 = DSum("[Reimbursement
Amount]", "[tblInput]", "[Agent ID]=[j05#]AND month
([input date].value)= month(
![tblInput]![Input
date].value)")
Thanks for any help
I'm trying to sum reimbursement given to agents by month
One of the controls on the form has a date. I would like
to sum the reimbursement by month based on the date in
the control.
Text72 = DSum("[Reimbursement
Amount]", "[tblInput]", "[Agent ID]=[j05#]AND month
([input date].value)= month(
date].value)")
Thanks for any help