B
Barry
I am trying to mimic a paper report (expense report) where the "line numbers"
represent the day of the month. I currently have a single table to collect
the data which includes ExpenseID, ExpenseDate, Travel, Phone, Gas etc. This
has been a long standing report and I don't expect additional categories of
expense to be added. My problem lies in one; numbering the lines with the
number of the days of the month (I understand line numbering, just not when
it may change as to number of days of the month) and listing the expenses on
the same line as the correct number for the day. I have achieved some
success by having the line number extract the date part of the ExpenseDate
however, you must add a blank record so that no numbers are skipped. Any
help with this problem is greatly appreciated.
Barry
represent the day of the month. I currently have a single table to collect
the data which includes ExpenseID, ExpenseDate, Travel, Phone, Gas etc. This
has been a long standing report and I don't expect additional categories of
expense to be added. My problem lies in one; numbering the lines with the
number of the days of the month (I understand line numbering, just not when
it may change as to number of days of the month) and listing the expenses on
the same line as the correct number for the day. I have achieved some
success by having the line number extract the date part of the ExpenseDate
however, you must add a blank record so that no numbers are skipped. Any
help with this problem is greatly appreciated.
Barry