M moi Member Local time Today, 18:55 Joined Jan 10, 2024 Messages 273 Feb 22, 2024 #1 To all, I need help in my report.. I wanted to total in 1 control the 3 rows of commission controls.. Opps i cannot attached a.. Any help would be appreciated.
To all, I need help in my report.. I wanted to total in 1 control the 3 rows of commission controls.. Opps i cannot attached a.. Any help would be appreciated.
June7 AWF VIP Local time Today, 02:55 Joined Mar 9, 2014 Messages 5,989 Feb 22, 2024 #2 Should be able to attach db file or images. Follow instructions at bottom of my post. Why do you have 3 rows? What have you tried? Last edited: Feb 22, 2024
Should be able to attach db file or images. Follow instructions at bottom of my post. Why do you have 3 rows? What have you tried?
M moi Member Local time Today, 18:55 Joined Jan 10, 2024 Messages 273 Feb 22, 2024 #3 June7 said: Should be able to attach db file or images. Follow instructions at bottom of my post. Why do you have 3 rows? What have you tried? Click to expand... attached image.. I wanted to put the total control beside name control, is this possible? Attachments Screenshot (1).png 47.9 KB · Views: 109 Last edited: Feb 22, 2024
June7 said: Should be able to attach db file or images. Follow instructions at bottom of my post. Why do you have 3 rows? What have you tried? Click to expand... attached image.. I wanted to put the total control beside name control, is this possible?
June7 AWF VIP Local time Today, 02:55 Joined Mar 9, 2014 Messages 5,989 Feb 22, 2024 #4 Is the name control in a group header or footer section? Try a textbox with aggregate expression: =Sum(Amount).
Is the name control in a group header or footer section? Try a textbox with aggregate expression: =Sum(Amount).
M moi Member Local time Today, 18:55 Joined Jan 10, 2024 Messages 273 Feb 22, 2024 #5 June7 said: Is the name control in a group header or footer section? Try a textbox with aggregate expression: =Sum(Amount). Click to expand... it is in the byrid header (grouping)... tried that function already sir.. Anyway i used this in the control i wanted to total..=(([Amount]/[TCP])*100)/100.
June7 said: Is the name control in a group header or footer section? Try a textbox with aggregate expression: =Sum(Amount). Click to expand... it is in the byrid header (grouping)... tried that function already sir.. Anyway i used this in the control i wanted to total..=(([Amount]/[TCP])*100)/100.
M moi Member Local time Today, 18:55 Joined Jan 10, 2024 Messages 273 Feb 22, 2024 #6 June7 said: Is the name control in a group header or footer section? Try a textbox with aggregate expression: =Sum(Amount). Click to expand... I got if solved..thanks.. =Sum(([Amount]/[TCP])*100)/100.
June7 said: Is the name control in a group header or footer section? Try a textbox with aggregate expression: =Sum(Amount). Click to expand... I got if solved..thanks.. =Sum(([Amount]/[TCP])*100)/100.