G
Guest
I am working on a database which formats output files from the mainframe and
translates the coding and billing information into a customer-friendly
statement. We have 5 statement types: Type R, Type O, Installments, Type Z,
and Type MK. Z and MK are special formats of R and O, respectively, for
special accounts. (Both of these have to do with accounts brought in from
store chains our company has bought out and converted to our billing system.)
On all of these statments, there has to be a beginning line when the account
was opened, and on the Type O statement, a beginning balance. (Type R
statements are recurring rental accounts which have no beginning balance.) My
problem is this:
Access is currently sorting the data based on date, then transaction type,
as follows:
9/14/01 Monthly Billing 02
9/15/01 Payment
10/15/01 Monthly Billing 03
and so on. However, the beginning of the statement looks like this:
04/15/01 Beginning Balance
04/15/01 Down Payment
04/15/01 New Account Opened
Which makes no sense, why would the beginning balance and the down payment
be listed before the account has been opened? Is there a way to force Access
to format the first 3 lines of the report a certain way, then allow the rest
to be formatted as they normally would? Or at least force the report to show
the New Account Opened line first?
translates the coding and billing information into a customer-friendly
statement. We have 5 statement types: Type R, Type O, Installments, Type Z,
and Type MK. Z and MK are special formats of R and O, respectively, for
special accounts. (Both of these have to do with accounts brought in from
store chains our company has bought out and converted to our billing system.)
On all of these statments, there has to be a beginning line when the account
was opened, and on the Type O statement, a beginning balance. (Type R
statements are recurring rental accounts which have no beginning balance.) My
problem is this:
Access is currently sorting the data based on date, then transaction type,
as follows:
9/14/01 Monthly Billing 02
9/15/01 Payment
10/15/01 Monthly Billing 03
and so on. However, the beginning of the statement looks like this:
04/15/01 Beginning Balance
04/15/01 Down Payment
04/15/01 New Account Opened
Which makes no sense, why would the beginning balance and the down payment
be listed before the account has been opened? Is there a way to force Access
to format the first 3 lines of the report a certain way, then allow the rest
to be formatted as they normally would? Or at least force the report to show
the New Account Opened line first?