I have a form called sale, and on that form i have this
form sale
- client info (name, address, etc..)
- subform datasheet saledetail that contains the sale items
on that subform i added a dblclick event that open a window that let the user adjust the quantity of the piece selected. with that window the user can adjust the inventory manually if he wants, and then he click the close button that put the value in saledetail datasheet and the windows close.
then i set the focus to my saledetail datasheet subform and hit tab on the keyboard to enter the qte of the iten saled ans the price ... on then when the beforeupdate event is called Access open a writing conflict window and let me choose (save, cancel, copy to clipboard).
Can someone help me ?
thanks a lot
form sale
- client info (name, address, etc..)
- subform datasheet saledetail that contains the sale items
on that subform i added a dblclick event that open a window that let the user adjust the quantity of the piece selected. with that window the user can adjust the inventory manually if he wants, and then he click the close button that put the value in saledetail datasheet and the windows close.
then i set the focus to my saledetail datasheet subform and hit tab on the keyboard to enter the qte of the iten saled ans the price ... on then when the beforeupdate event is called Access open a writing conflict window and let me choose (save, cancel, copy to clipboard).
Can someone help me ?
thanks a lot