I had created table as below, would like to get total column-wise. Pls help
So. No. Name. Maths Eng. Sci. Total
1. A 10 20 30
I'm looking to total maths, sciand English in total field....
I had created table as below, would like to get total column-wise. Pls help
So. No. Name. Maths Eng. Sci. Total
1. A 10 20 30
I'm looking to total maths, sciand English in total field....
Use a calculated field in a query. Something like Tot:[Maths] + [Eng] + [Sci]
EDIT
"Name" is a reserverd word in access and should not be used to name an object
Last edited by Bob Fitz; 03-02-2017 at 12:43 AM. Reason: More onfo
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
Thanks Bob, if possible could you plz list the steps I have to perform... Thanks
Open a new query in design view
Add you table to the query
Add your fields to the grid
Copy and paste the calculated expression I posted earlier in to the the first line of a blank column in the grid
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
Got it.. Thanks a lot!!!!
Just to know, is there any possible to do the same in table itself rather than query...
Quite honestly I don't know, but I wouldn't even if I could.
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
NP.. You are great!!!