Search results

  1. F

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

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

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

    it gives me wrong results what the correct expression?
  3. 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 ?
  4. 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 ....
  5. F

    main form and continuous subform requery

    ???? Help please
  6. 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 .
  7. 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 ?
  8. 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))
  9. F

    main form and continuous subform requery

    yes of course .
  10. F

    main form and continuous subform requery

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

    main form and continuous subform requery

    under which event ?
  12. F

    main form and continuous subform requery

    yes txt2 on the mainform , bound to an expression
  13. 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 .
  14. 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 ?
  15. F

    SubForms Makes navig. on main form slow

    i could not give the same control subform for more than one subform on that same Mainform .... could you gives me some example ?
  16. F

    SubForms Makes navig. on main form slow

    Coul Could you explain step 1 or change my code to meet my request
  17. F

    SubForms Makes navig. on main form slow

    hii all i have a main form with a tab , 9 sub forms i notice navigation between records become slow , then i search for a solution , i find this code : Private Sub ps_Change() Select Case ps.Pages.Item(ps.Value).Name Case "pg1" ' Where sfrm1 is the name of the subform on page 1 If...
Back
Top Bottom