A
ashg657
Hi there.
I have been asked to create an accounts based database.
What I need is a design which will allow me to have 2 records for each
transaction, 1 debit record and 1 credit record.
My question is, is it more efficient to have a table with double the amount
of records in it OR make both credit and debit entries go into a single
record, then get them into the correct format using a query?
I know the first solution will be more efficient and quicker execution,
however it will make the database grow in size much quicker than the proposed
query based solution.
Any help greatly appreciated.
One further question.....Again, which is more efficient? Queries setup in
the backend under queries section or select statements in design view of
forms/reports in the record source properties?
Thanks!
I have been asked to create an accounts based database.
What I need is a design which will allow me to have 2 records for each
transaction, 1 debit record and 1 credit record.
My question is, is it more efficient to have a table with double the amount
of records in it OR make both credit and debit entries go into a single
record, then get them into the correct format using a query?
I know the first solution will be more efficient and quicker execution,
however it will make the database grow in size much quicker than the proposed
query based solution.
Any help greatly appreciated.
One further question.....Again, which is more efficient? Queries setup in
the backend under queries section or select statements in design view of
forms/reports in the record source properties?
Thanks!