I have two bounded and one unbound text boxes in vb data report, how can I put formula in detail section of vb data report like
unbound text box = bounded textbox1 + bounded textbox2
regards,
Irfan Zaidi
![]() |
I have two bounded and one unbound text boxes in vb data report, how can I put formula in detail section of vb data report like
unbound text box = bounded textbox1 + bounded textbox2
regards,
Irfan Zaidi
I have answered this question in the private message.. but well..
U can create a formula, let's call it sum1.
Using the formula editor, write the field bounded by textbox 1 and textbox 2
Example if textbox1 is price1 in tableA and textbox2 is price2 in tableB, type:
{tableA.price1} + {tableB.price2}
And click save and close
Then drag the formula sum1 into the detail section of your report :)
All times are GMT -7. The time now is 04:57 AM. |