liyunfeng 03

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: shi177 (shi177_at_sohu.com)
Date: 06/27/04


Date: Sun, 27 Jun 2004 19:04:44 +0800

Can anyone suggest a good reference (book or otherwise) for writting VB
module within Access for matching and then marking transactions?

I have 2 tables, one with debits and other with credits. Some common fields
are cost center, account and transaction amount. Within the tables there can
be multiple debits or credits of the same dollar amount. What I need to do
is start with record 1 in debit table and go through records in credit table
until same $$ is found where the cost center and account in credit also
match the cost center and account of the debit amount transaction. Then mark
(flag) both records as "complete". Then move to record 2 in debit table and
move through credit table looking for same dollar amount - cost center -
account combination, but ignoring any credit transactions previously
"flagged". If no matching $$ is found in credit table for a debit, then move
to next debit record without flagging and repeat above search for matching
credit transaction.
Note: Other than cost center, account and amount there would not be any
other possible fields to match.
Thanks-----

--
Rich S


Relevant Pages

  • Re: Aging Function
    ... bottom of your activity statement to show the AgeBuckets for each account. ... DebitID, and Amount. ... I would like to subtract the total credit ... > transactions starting with the oldest debit transactions, ...
    (microsoft.public.access.modulesdaovba)
  • Re: Visa Debit Payment
    ... credit cards isn't always the amount entered on the card terminal. ... Sometimes the debit aquires a '0', ... Sainsburys are aware that an equal number of transaction ... I do my card reconciliations two working days after the transaction. ...
    (uk.legal)
  • Re: Issues: A Question Of Integrity (was: Issues)
    ... >>> debit or it represents a CREDIT for Hamilton's only proactive actor. ... Therefore we can regard -c as the amount ... > mathematics knows is that $50 moved SOMEWHERE. ...
    (sci.bio.evolution)
  • Re: double-entry bookkeeping unneeded?
    ... transaction is itself balanced. ... debit $10,000 from cash receipts ... credit $1200 sales incentive ... Clearly, the transaction balances. ...
    (comp.object)
  • Re: running balance
    ... SELECT a.[date of transaction], ... LASTAS debit, ... LAST(a.[Deposit Amount]) AS credit, ...
    (microsoft.public.access.queries)