I need to create a table to records some information in a excel sheet. So I tried to draft a table like this .
[TABLE="width: 1305"]
<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Code
[/TD]
[TD]Name
[/TD]
[TD]Officer
[/TD]
[TD]Advance[/TD]
[TD]Advance Date[/TD]
[TD]Receive Date[/TD]
[TD="colspan: 6"]Balance Due[/TD]
[/TR]
[TR]
[TD]1st Installment [/TD]
[TD]Collect Date [/TD]
[TD]Receive Date[/TD]
[TD]2nd Installment [/TD]
[TD]Collect Date [/TD]
[TD]Receive Date[/TD]
[/TR]
</tbody>[/TABLE]
So here I would like to get some ideas from professionals about this table structure is good or bad design to record above information?
Any ideas would be greatly appreciated.
Thank you.
[TABLE="width: 1305"]
<colgroup><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Code
[/TD]
[TD]Name
[/TD]
[TD]Officer
[/TD]
[TD]Advance[/TD]
[TD]Advance Date[/TD]
[TD]Receive Date[/TD]
[TD="colspan: 6"]Balance Due[/TD]
[/TR]
[TR]
[TD]1st Installment [/TD]
[TD]Collect Date [/TD]
[TD]Receive Date[/TD]
[TD]2nd Installment [/TD]
[TD]Collect Date [/TD]
[TD]Receive Date[/TD]
[/TR]
</tbody>[/TABLE]
So here I would like to get some ideas from professionals about this table structure is good or bad design to record above information?
Any ideas would be greatly appreciated.
Thank you.