Search results

  1. T

    Solved Sum the data in a textbox in continous form

    i just tried that too, and it should work, but now, i get an vba error "runtime error '3'", for wht i did in the query i created was, the form record source for the sumform "orderdtl" was already a query, so i amended that itself and added the new fields, but one of the fields involve in...
  2. T

    Solved Sum the data in a textbox in continous form

    i tried that, but you need to hav the data stored in a table for it to happen
  3. T

    Solved How to make vba check all records in continuous form not only top one record

    where should this be pasted, im quite new to vba, here is my code so far:
  4. T

    Solved Sum the data in a textbox in continous form

    I have a continous form in that i have a few records, i have added a new textbox to each record, where there is an if statment that gives "1" if yes or "0" is no, now i want to be able to calculate all the number text boxes with 1 in the form footer, but i keep getting an #error. My guess is...
  5. T

    Solved How to make vba check all records in continuous form not only top one record

    i have a continuous subform called order details linked to a single form called order, in that, now i have the order status like processing, shipped, completed and returned in the main form order, in that I am able to put multiple processing orders, but after customer pays i can set to shipped...
Back
Top Bottom