Recent content by psprakki

  1. P

    open a form and decrement a record value by 1

    i have 2 tables-tblEmpDetails, tblRecovery and a query-qrySalary . with the emp details , I calculate the Gross salary and from Recovery table I get the deductions of a loan taken. For preparing the salary of a particular employee, first I calculate recovery from recovery table form, ie., the...
  2. P

    open a form and decrement a record value by 1

    I am new to VBA. I have a recovery table - tblRecovery, and I open it by using a form - frmRecovery, when ever I open this form and click 'Run Recovery"command in that form, then the out standing amount should be decreased by an EMI amount and Remaining months should be decreased by 1 . kindly...
  3. P

    Check if record exists, if no then append record

    hi to all I am new to VBA. I have a recovery table - tblRecovery, and I open it by using a form - frmRecovery, when ever I open this form and click 'Run Recovery"command in that form, then the out standing amount should be decreased by an EMI amount and Remaining months should be decreased by...
  4. P

    Introduce myself

    I am new to VBA and upcoming from access 2003 to 2007. let me say hi to all the members
Back
Top Bottom