I have a table called RAWIB
I want to build an expression that does the following from items in the RAWIB table:
take the SUM of 'itema' + the SUM of 'itemb' + the COUNT of 'itemc'
I am very new to access. Is this expression possible? Or do I have to do all the counts and sums in individual queries??
Thank you for your help!
-Heather