S
Steve
When I run the query below, it asks me to enter a parameter value for
Fin_Asst. How do I get it to stop asking for the value?
Below is the query:
SELECT SUM(Fin_Asst.Granted) AS [Sum of County]
FROM Fin_Asst
GROUP BY Fin_Asst;
Fin_Asst. How do I get it to stop asking for the value?
Below is the query:
SELECT SUM(Fin_Asst.Granted) AS [Sum of County]
FROM Fin_Asst
GROUP BY Fin_Asst;