i think im confusing myself here but ill try my best to explain
i have a form where cds can be purchased, within it is a subform which allows a user to choose from a combo box of all the cds
Now i got a textbox to display the sum of the prices using =sum([prices])
but i need to put that sum into a query, i understand you can do the total: [price1]+[price2] in order to add prices up but because my prices are based within a sub form i only have 1 price field and therefore can only add them up using the unbound textbox =sum([prices])
is there anyway of doing somthing similar in a query? oh and i have tried putting total:sum([prices])
thanks
i have a form where cds can be purchased, within it is a subform which allows a user to choose from a combo box of all the cds
Now i got a textbox to display the sum of the prices using =sum([prices])
but i need to put that sum into a query, i understand you can do the total: [price1]+[price2] in order to add prices up but because my prices are based within a sub form i only have 1 price field and therefore can only add them up using the unbound textbox =sum([prices])
is there anyway of doing somthing similar in a query? oh and i have tried putting total:sum([prices])
thanks
Comment