Adding in Access

MikeUK

Registered User.
Local time
Today, 13:36
Joined
Dec 14, 2000
Messages
36
hi

I would like to add some cells in access together (I know it would be far simpler to use Excel, but I'm creating an Access database and just need to add up a couple of cells to create a running total).

Is there a way of doing this using Queries?

thanks
 
In the designer it would be:
ColumnAlias: [Column1] + [Column2]

basically
If you want to sum them then you need to look at GROUP BY or that funny greek E symbol on the designer
 

Users who are viewing this thread

Back
Top Bottom