CluelessRink
Technical User
I have a text box set up on my form using the following DSum statement to get data via a query...
It isn't working correctly though, I am getting #Error.
What do I have wrong?
Code:
=DLookUp("SumOftotalSales","qry_sales_by_dept_es","transdate=#" & [transdate] & "#'")
What do I have wrong?