Search results

  1. F

    How to handle Item discount and Invoice discount levels.

    Hii all dears I have a store db , tblInvoic : -InvoiceID -InvoiceDate -CustomerID -DiscountAmount (Long data-type) tblInvoiceDetails -InvoiceNo -ItemID -ItemPrice -Quantity -ItemDiscount (Percentage) of (ItemPrice multiplied by Quantity). some sellers offer a discount on the total value...
  2. F

    main form and continuous subform requery

    of course .... yes
  3. F

    main form and continuous subform requery

    i try all this way but it can't update the textbox on the main form without move the record pointer to the first ......
  4. F

    Solved Reformulate an expression with multiple criteria (Numbers and dates)

    Yes, I forgot, it was more than 7 years ago. Greetings to you
  5. F

    Solved Reformulate an expression with multiple criteria (Numbers and dates)

    it gives me wrong results what the correct expression?
  6. F

    Solved Reformulate an expression with multiple criteria (Numbers and dates)

    hii al dears i have this expression : PersonA: CLng(nz(Dcount("OrderID";"Q105";"InsurCmpName=13" & " AND [OrderDate]>= #" [FirstDayVal] & "# AND [OrderDate] <=" # [LastDayVal]);0)) Can you hlep me to correct this expression ?
  7. F

    main form and continuous subform requery

    the problem of requery and recalc is when user insert new record on the sub form it jumps to the first record on that subform ....
  8. F

    main form and continuous subform requery

    ???? Help please
  9. F

    main form and continuous subform requery

    wait , the subform is continuous , and i use keyboard arrows to move between its records , on that subfrm there combobox cboItemNo , i move to tha new record by using keybord arrows down to insert new record , when i use requery or recalc it jumps to the first record on that subform .
  10. F

    main form and continuous subform requery

    plz understand me . the txtT2 textbox is on the main form to gives me the total of a PriceService field on the subform . what this code and under which event ?
  11. F

    main form and continuous subform requery

    txtT2 textbox is bound to this expression : =CLng(nz(DSum("PriceOFSer";"OrderDetailTbl";"OrderNo=" & [OrderID] & " AND TitleServi=" & 2);0))
  12. F

    main form and continuous subform requery

    yes of course .
  13. F

    main form and continuous subform requery

    i try it , but it return to the firsr record on that sub form
  14. F

    main form and continuous subform requery

    under which event ?
  15. F

    main form and continuous subform requery

    yes txt2 on the mainform , bound to an expression
  16. F

    main form and continuous subform requery

    i try that code under the itemid after update , then under the subform after update but it didn't update the txt2 textbox .
  17. F

    main form and continuous subform requery

    hii dears on main form a textbox ( txt2 ) to gives me the total of subform some field how to requery that textbox ( txt2 ) after user add new item on the sub form without return to the first record on the subform ?
Back
Top Bottom