my table (TABB) contains 2 column
a b
2 4
5 10
4 14
i want sum of a =11 and average of b=6
show in 2 textboxs (textsum.text,textavg.text)
using query
my table (TABB) contains 2 column
a b
2 4
5 10
4 14
i want sum of a =11 and average of b=6
show in 2 textboxs (textsum.text,textavg.text)
using query