crymedry
MIS
- Nov 19, 2003
- 54
Hello All:
I have a question and will welcome any help. I have a database that has a list of accounts and values in those accounts. we judge our different sites on this dollar value. I am passing a value from one page to the next, which works fine, but I get an error on my SELECT statement. It is as follows:
GPA = "SELECT *, SUM(CLOSE $) as totclose, SUM(OPEN RES) as totopen, SUM(ADJ FEE) as totadj WHERE OFFICE='"& location&"'"
the location varible is the one passed from the previous page. I get an error on the first SUM statement.
Thank you for any help!
Kris
I have a question and will welcome any help. I have a database that has a list of accounts and values in those accounts. we judge our different sites on this dollar value. I am passing a value from one page to the next, which works fine, but I get an error on my SELECT statement. It is as follows:
GPA = "SELECT *, SUM(CLOSE $) as totclose, SUM(OPEN RES) as totopen, SUM(ADJ FEE) as totadj WHERE OFFICE='"& location&"'"
the location varible is the one passed from the previous page. I get an error on the first SUM statement.
Thank you for any help!
Kris