On a report, I have a textbox. I would like the textbox's data source be a query result.
For example, the query statement is "select sum(amount) from ExpenseTable".
What's the work around?
Sorry for lack of explanation on the problem.
I have a select criteria:
select sum(amnt) from ExpenseTable where expenseType = "Auto" and anotherCriteria = "somethingElse".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.