Hello,
I am editing a form and there is a text box with a Control Source listed as: =DSum("[Amt Pd]","County")
I need to adjust this statement where the field Amt Pd is based on a date field in the table named Date_Paid and a Date Field the user enters - Date.
In Sql it would be something like:
SELECT SUM(Amt Pd)
From County
Where Date_Paid <= Date;
How do I edit the Control source to accomodate the date restriction?
Thank you
I am editing a form and there is a text box with a Control Source listed as: =DSum("[Amt Pd]","County")
I need to adjust this statement where the field Amt Pd is based on a date field in the table named Date_Paid and a Date Field the user enters - Date.
In Sql it would be something like:
SELECT SUM(Amt Pd)
From County
Where Date_Paid <= Date;
How do I edit the Control source to accomodate the date restriction?
Thank you