Search results

  1. S

    Make code Shorter

    I thought it is like that I don't know about codes Sorry Sent from my SM-N900V using Tapatalk
  2. S

    Make code Shorter

    This error see pic Sent from my SM-N900V using Tapatalk
  3. S

    Make code Shorter

    OK I will see now Sent from my SM-N900V using Tapatalk
  4. S

    Make code Shorter

    Also not working Sent from my SM-N900V using Tapatalk
  5. S

    Make code Shorter

    Sorry I am not good with codes See attached pic Sent from my SM-N900V using Tapatalk
  6. S

    Make code Shorter

    I put that code but an error message appears saying "Compile error Method or data member not found" Sent from my SM-N900V using Tapatalk
  7. S

    Make code Shorter

    Sorry I put it in sub form after update I don't know if it is the right place Sent from my SM-N900V using Tapatalk
  8. S

    Make code Shorter

    Hello Everybody is it possible to make this code shorter!! [Forms]![frmOrder]![frmOrderDetails].[Form]![AvaQu] = [Forms]![frmOrder]![frmOrderDetails].[Form]![AvaQu] - [Forms]![frmOrder]![frmOrderDetails].[Form]![ProQu] Exit Sub [Forms]![frmOrder]![frmOrderDetails].[Form]![AvaQu] =...
  9. S

    Price auto value

    Thank you so much Gasman This link help me to solve it [emoji8] Sent from my SM-N900V using Tapatalk
  10. S

    Price auto value

    How? Could you please explain Sent from my SM-N900V using Tapatalk
  11. S

    Price auto value

    How? Could you please explain Sent from my SM-N900V using Tapatalk
  12. S

    Price auto value

    I do t know how to do it. Could you please give more details or can modify the attached file Thank you Sent from my SM-N900V using Tapatalk
  13. S

    Price auto value

    Hello all I put the price in my database manually. I need it to be automatically but I am afraid if I change the price in the future, it will effect my saved records. Please help
  14. S

    Move code from button to field instead

    Thank you Cronk You are right and I got the code you put Thank you all Sent from my SM-N900V using Tapatalk
  15. S

    Move code from button to field instead

    Thank you so much this slove it and no need for that button anymore I really appreacted your help Sent from my SM-N900V using Tapatalk
  16. S

    Move code from button to field instead

    OK I put it in [Unit Price] But it didnot update the first prodect record line until I record another purchased line. It means it update one purchased records of two saved record and the total is not correct because it calculated one record only!! Sent from my SM-N900V using Tapatalk
  17. S

    Move code from button to field instead

    The total after event code which in the subform should update multi field in the main form when its value changed after auto calculation. If you see the database will understand what I mean Appreacted Sent from my SM-N900V using Tapatalk
  18. S

    Move code from button to field instead

    Thank you for replay The Total field is a calculated field and I try to put that code on it after update but also nothing change, there is something wrong! Sent from my SM-N900V using Tapatalk
  19. S

    Move code from button to field instead

    Thank you man I did on change event but nothing happened!! Sent from my SM-N900V using Tapatalk
  20. S

    Move code from button to field instead

    Hello all I have a Form named frnOrder and that form contain a button which has an event code on click. I need to delete that button and put its code in the subform "frmOrderDetails" and to let that code take action when the field named "Total" get updated.
Back
Top Bottom