G
Guest
I need to import data from a table of General Ledger data for multiple
locations, the fields in the table are:
Location, Fiscal Year,GL Account Number,Beg Cr Bal,Beg Db Bal,Period1 cr amt,
Period2 cr amt
etc to Period 12 cr amt,Period 1 db amt,Period 2 db amt,etc to Period 12 db
amt.
I need to create a table or query that contains a record for each Location
Balance for each month (12 records per location per year)... and append
records for the each month going forward
Are there any "best practices" for handling this type of data? I set up an
expression to calculate a YTD ending balance in a query. However to calculate
a balance for each month I need a seperate query for each month and then
create a union query to create a seperate record for each location for each
period. It is not that difficult to do this...but terribly cumbersome.
Would it be better to import the transaction detail and calculate total
debits and credits and balances within my application?
locations, the fields in the table are:
Location, Fiscal Year,GL Account Number,Beg Cr Bal,Beg Db Bal,Period1 cr amt,
Period2 cr amt
etc to Period 12 cr amt,Period 1 db amt,Period 2 db amt,etc to Period 12 db
amt.
I need to create a table or query that contains a record for each Location
Balance for each month (12 records per location per year)... and append
records for the each month going forward
Are there any "best practices" for handling this type of data? I set up an
expression to calculate a YTD ending balance in a query. However to calculate
a balance for each month I need a seperate query for each month and then
create a union query to create a seperate record for each location for each
period. It is not that difficult to do this...but terribly cumbersome.
Would it be better to import the transaction detail and calculate total
debits and credits and balances within my application?