M
Michael Beatty
Here is my query
Name Edison Oak Harbor Huron Home
Jim 43 44
42 43
Tim 45
45 49
Slim 44
47
I want to display the average of each person. It needs to be able to
handle the NULL values by not including them. This would be easy to add the
four fields and devide by four, however some of the values are NULL. This
should be simple, but I can't figure this out. This is for a Visual Basic
application. I'm the application programmer, the person who is in charge of
the data base and it's queries is no longer in the group and I need to fill
in his gap.
Name Edison Oak Harbor Huron Home
Jim 43 44
42 43
Tim 45
45 49
Slim 44
47
I want to display the average of each person. It needs to be able to
handle the NULL values by not including them. This would be easy to add the
four fields and devide by four, however some of the values are NULL. This
should be simple, but I can't figure this out. This is for a Visual Basic
application. I'm the application programmer, the person who is in charge of
the data base and it's queries is no longer in the group and I need to fill
in his gap.