M
Malik via AccessMonster.com
How Can I get a report Like this???
Damon said:Add two textboxes, lets call them text1 and text2, set their visible
properties to false, and their running sum= Over Group. The Control source
Damon said:In design view, your report will have various controls, like textboxes,
labels, etc. If you right-click, and select Properties for a control, you
Damon said:Add yet another textbox to the right of the balance textbox. Set its align
property to Left. In the
controlsource, type: =IIf([yourBalancetxtboxname]<0,"CR","DB")
Damon
Malik via AccessMonster.com said:Damon said:Add yet another textbox to the right of the balance textbox. Set its
align
property to Left. In the
controlsource, type: =IIf([yourBalancetxtboxname]<0,"CR","DB")
Damon
WoW , Its working Well. But Now Another Thing.
When there is a Credit Balance in Balance TextBox, It Shows A Negative (-)
Sign with the Amount.
How Can I Remove That.
Thanks
Damon said:Somehow I knew that would be your next question....
You will need to modify your two textbox control sources slightly.
The balance text box should be :
=Abs([text1]-[text2])
Abs is short for absolute value of the results so whether it is neg or pos
it always displays pos.
malik said:[quoted text clipped - 3 lines]Somehow I knew that would be your next question....
You will need to modify your two textbox control sources slightly.Abs is short for absolute value of the results so whether it is neg or pos
it always displays pos.
Ohhhh
Its Not working. It has done wronge everything. Now the function is adding
all the amounts and does not Minus
And Dr And Cr is Also ot Working Properly.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.