Recent content by executiverocker

  1. E

    total amount calculation in access 03

    thanks!! it was making me go crazy! yeah it was almost there, ill have to keep this handy! Ill know for next time, thanks :D
  2. E

    total amount calculation in access 03

    ok thanks ill zip it up
  3. E

    total amount calculation in access 03

    http://public.box.net/executiverocker72993 you should be able to access it from there
  4. E

    total amount calculation in access 03

    the sub form is called "transactionpart subform" on the list, ive tried that formula and again ii get a #name? error the text box on the main form is called mainformtotal the text box on the subform is called total cost the box on the subform with the information i need is called linetotal
  5. E

    total amount calculation in access 03

    =Forms!Transaction.Form.transactionpart.Form.linetotal throws up a #name? error. the text box is called totalcost so no conflict
  6. E

    total amount calculation in access 03

    ok ive put it inside the form footer of the subform, but it doesnt appear. Is this because the subform is a datasheet?
  7. E

    total amount calculation in access 03

    well when i run the sum([linetotal]) it keeps giving me #error. the table shows linetotal as 0.00 for every line. So i thought it may be something to do with that? The line totals are correct when the form is run though
  8. E

    total amount calculation in access 03

    ive tried that, it works it out in the form, but if i goto the table, there are no values stored in the "line total" column
  9. E

    total amount calculation in access 03

    im building a database that will take customer orders, but whatever i do i take one step forward and 12 steps back!!!!!!!!!! ive got a transaction form with transaction ID, date and time, then a subform that contains Item ID, description, quantity, price and line total. Ive been trying...
Back
Top Bottom