Apr 11, 2002 #1 Silvinho Programmer Jul 9, 2001 58 GB I have a recordset that selects various records and has a Column [Quantity] * [Price] AS Total_Price. The problem i have is i want to get the SUM of the whole Column of Total_Price. Is this possible and if so how?
I have a recordset that selects various records and has a Column [Quantity] * [Price] AS Total_Price. The problem i have is i want to get the SUM of the whole Column of Total_Price. Is this possible and if so how?
Apr 11, 2002 #2 williamu Programmer Apr 8, 2002 494 GB Sum([Quantity] * [Price]) should do it, but this will return a single row is this what you want? William Software Engineer ICQ No. 56047340 Upvote 0 Downvote
Sum([Quantity] * [Price]) should do it, but this will return a single row is this what you want? William Software Engineer ICQ No. 56047340