Re: Help with some form calculations
- From: "Jeff L" <jleckrone@xxxxxxxxxxx>
- Date: 8 Aug 2006 06:46:15 -0700
Thank you, but what about IF one of the fields does not have a value?
because it works when all the controls have data but if of them does
not have data then it wont display the sum. Any ideas?
Answer: Nz(txt1,0) + Nz(txt2,0) + Nz(txt3,0) + Nz(txt4,0) + Nz(txt5,0)
I though about this, but the thing is I need to figured out a way of
showing this final SUMs in a report. Is there a better way of doing
this?
Answer: You can perform the calculation right on the report itself,
just like on a form. Just use the calculations that I gave you in my
previous post.
erick-flores wrote:
Answer: txt1+ txt2 + txt3 + txt4 + txt5. If you are calculating thatThank you, but what about IF one of the fields does not have a value?
value in a textbox on a form, you need an = in front of it.
because it works when all the controls have data but if of them does
not have data then it wont display the sum. Any ideas?
Answer: First off, it is not really a good idea to save the results ofI though about this, but the thing is I need to figured out a way of
a calculation in a field in a database.
showing this final SUMs in a report. Is there a better way of doing
this?
.
- Follow-Ups:
- Re: Help with some form calculations
- From: erick-flores
- Re: Help with some form calculations
- References:
- Help with some form calculations
- From: erick-flores
- Re: Help with some form calculations
- From: Jeff L
- Re: Help with some form calculations
- From: erick-flores
- Help with some form calculations
- Prev by Date: RE: Multiple Autonumbers To Select From On Form
- Next by Date: RE: Multiple Autonumbers To Select From On Form
- Previous by thread: Re: Help with some form calculations
- Next by thread: Re: Help with some form calculations
- Index(es):
Relevant Pages
|