![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 29
Rep Power: 0
![]() |
Access2k, I want to get total on form from a particular field in table ?
I want to get total on form from a particular field in table .How can I achieve this?
|
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
in sql its
SELECT SUM(table.coloum) FROM table; that will calculate the sum of the colum. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|