Ask Experts Questions for FREE Help !
Ask
    irfan512's Avatar
    irfan512 Posts: 5, Reputation: 1
    New Member
     
    #1

    Jan 14, 2008, 02:57 AM
    How to put formula in unboound text box in detail section of VB data report
    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
    yuffie's Avatar
    yuffie Posts: 10, Reputation: 1
    New Member
     
    #2

    Jan 18, 2008, 08:59 AM
    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 :)

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Sum result stored in text box in vb data report [ 1 Answers ]

I have two text boxes to sum in detail section of vb data report and I want to sum in 3rd text box like this in detail section : rpttext1 = rpttext2 + rpttext3

Sum two fields in detail section of vb data report [ 1 Answers ]

Dear Sir, I am using VB Data report and I am getting problem in putting formula How can I get result of sum of two fields in detail section of data report like: text1= Field1 + Field2 (Detail Section) Please give me an early response.

Gmat Data Sufficiency section ! [ 1 Answers ]

GMAT DATA SUFFICIENCY QUESTION: A company bought desks of $150 and chairs of $50. Can it buy 40 desks? a) The total cost of the purchases was $500 b) It bought fewer than 20 chairs. Ariana / Dallas :confused:


View more questions Search