Search results

  1. D

    running sum in a form

    Access 2003 - each record has how much is added or removed from inventory. On the form (or query) I want to enter a starting inventory amount and have the running inventory show at each record row. Easy to do in excel but how can I do it in Access? Inventory = Previous Inventory + added -...
  2. D

    need to update "main" form from "sub" form

    I have a continous form with the displayed row collected from the union of three queries. On each row there is a control to open an approprate form (not subforms) for editing the row based on its source. This all works well except for reflecting the change on the calling ("main") form. I...
  3. D

    using value from previous record

    have a form (or query) where each record need info from one field of the previous record for a calculation. How do I get the previous record field info?
Back
Top Bottom