Hi all,
I'm to create a table with a total-line at the end of the table, but I failed to make the columns width of the total-line to be consistent with that of the table rows. As follows:
What I want is:
______Date|__Payable|Receivable |
12/20/2007|_____100 |_______100 |
12/21/2007|_____200 |_______200 |
----
_____Total |______300 |_______300 |
I created 3 separated fields for the total-line.
What I get is:
______Date|__Payable|Receivable |
12/20/2007|_____100 |_______100 |
12/21/2007|_____200 |_______200 |
----
__Total |______________300 |______________300 |
Could anyone please tell me that, how to set the total-line's columns width just the same as the table rows'?
Thanks in advance.