Dear all,
I have a rather straight-forward query as shown below. Access 2003 keeps asking "Enter Parameter Value" for tot which is sum(Sheet1.Notional). Any idea what's wrong with this query? Thanks.
SELECT Sheet1.STRUCTURE, Sheet1.Portfolio, Sheet1.[Product Type], sum(Sheet1.Notional) AS...