L
Lisa Randolph
I need to track bank statement data. Statements must be grouped in the
following order: by customer, bank, account, statement date, statement data.
I already have a customer table linked to the bank and account tables. I'm
struggling with the best design for the statment table.
Bank statements can contain a wide range of potential fields, which I've
defined in a table of bank codes. For each statement, I need to be able to
input any 1 of over 2000 potential bank codes and store them, along with the
bank fees paid. That would probably be fairly simple to setup, but it gets
worse, however, as not all bank statements provide bank codes. They just use
a written description for the fee. Therefore, I need to provide some method
for entering these fees as well, probably a set of forms for each Family of
bank codes.
My question is - what would be the best design for storing and retrieving
the statement data and can you recommend a solution to the data entry
problems (codes vs no-codes). This is going to be tedious entry so I'd like
to keep it as straight-forward as possible.
MANY THANKS!!
following order: by customer, bank, account, statement date, statement data.
I already have a customer table linked to the bank and account tables. I'm
struggling with the best design for the statment table.
Bank statements can contain a wide range of potential fields, which I've
defined in a table of bank codes. For each statement, I need to be able to
input any 1 of over 2000 potential bank codes and store them, along with the
bank fees paid. That would probably be fairly simple to setup, but it gets
worse, however, as not all bank statements provide bank codes. They just use
a written description for the fee. Therefore, I need to provide some method
for entering these fees as well, probably a set of forms for each Family of
bank codes.
My question is - what would be the best design for storing and retrieving
the statement data and can you recommend a solution to the data entry
problems (codes vs no-codes). This is going to be tedious entry so I'd like
to keep it as straight-forward as possible.
MANY THANKS!!