Search results

  1. A

    Running Balance

    Hi Folks I have a double entry transaction table named trans which accumulates both debit and credit transactions. The structure of the table is shown below. [accountcredited] [accountdbited] [amount] [dateoccurred] The trans table is linked to accounts(by acctdebited and acctcredited) table...
  2. A

    Sql code for balances

    I am developing application with vb. I have two Access tables named Cont and FundEx respectively. The fields for the Cont are Date, Accno, and Amount and FundEx are Date, Accno, Payee and Amount. The two tables are linked by Accno Cont table accumulates contributions from members into the...
  3. A

    ‘No value given for one or more required parameter.’

    I am coding a project that connects to database, ‘chdata’ at run time. The database has two tables named ‘FamRec’ and ‘IndRec’. These tables have associated with two ADO Data Controls ‘adoFamily’ and ‘adoIndividual’. One-to-Many Relationship exits between the two tables. The FamNo joins the two...
Back
Top Bottom