Recent content by DrAtsab

  1. D

    Running Sum

    it seemed not to work without spaces before the "&'s" but having just checked it you're right - there are no spaces.
  2. D

    Running Sum

    Thanks for that khawar - works a treat......as long as you put spaces in the right place
  3. D

    Running Sum

    Been pulling my hair out on this one. I have a continuous form based on the results of a query. Among the fields are "debit" & "credit" there is another field called "balance" which is not bound to the query. I need the field "balance" to be populated with a running sum like you can do with...
  4. D

    Generic code

    Thanks Thanks for that - i thought it would be simple but just couldn't find the syntax anywhere:)
  5. D

    Generic code

    I have a form in which I have a sub form containing multiple rows. All the rows contain the same text boxes and combo boxes – all named the same but with the row number on the end of the name: txtFName1 txtSName1 txtAmt1 txtDiscount1 txtTotal1 txtFName2 txtSName2 txtAmt2 txtDiscount2 txtTotal2...
  6. D

    How do I populate and calculate values for each row individually?

    Thanks all for your help.
  7. D

    How do I populate and calculate values for each row individually?

    Not Quite. I have a table of transactions some of which are invoices unpaid. On my form i choose a supplier and in the subform list all the invoices that are unpaid for that supplier. The fields i show are: Invoice_Amount, Invoice_Date, Transaction_ID. I also have two other fields that are...
  8. D

    How do I populate and calculate values for each row individually?

    Hi All My first posting - probably of many if this week is anything to go by. I have a child set of records that show outstanding invoices per customer showing as a subform/datasheet. I have two blank columns, one I am populating with the amount I wish to pay and the other which automatically...
Back
Top Bottom