Recent content by TMK

  1. T

    Cancel,Save and Delete buttons for Order form

    yes tht has been done, where u get to delete the order only if order is completed or returned, but before those steps there is pending, processing and shipping, so i will speak with the staff and see their opinions too!
  2. T

    Cancel,Save and Delete buttons for Order form

    will look into tht too! thanx again!
  3. T

    Cancel,Save and Delete buttons for Order form

    yes ill get back soon as i think of a way to use the flag option and get back on wht i cooked up! Thanx guys!
  4. T

    Cancel,Save and Delete buttons for Order form

    so i have a main form called orders, and subform called order dtls, they are linked so that if order is deleted the sub dtls also delete, but i want to do this in the form of buttons. save- lets u save ur progress only if all the details are entered till then can't save record, delete- deletes...
  5. T

    Solved Store data from text box to control source

    i was able to bypass the error with a timer event, it works as desired!
  6. T

    Solved Store data from text box to control source

    So I tried do what you said, but i encountered a new problem,the if statment uses the condition "StockOnHand<Quantity", here the Quantity is a stored value, but the "StockOnHand" is a dlookup value which is also not saved, what do ido then? For this form i use a query(orderdtl) as a record...
  7. T

    Solved Store data from text box to control source

    i wanna use tht value in another calculation
  8. T

    Solved Store data from text box to control source

    ohh ryhttt, i got u, lemme try tht
  9. T

    Solved Store data from text box to control source

    yes, it doesn't fire, but if i remove the if statement and make the text box unbound, and i enter data manually, the after update event works, but not with an automatic calculation like if statement
  10. T

    Solved Store data from text box to control source

    So what must happen here is the Iff Statement textbox(BalanceStock) will display "possible" or "not", is quantity smaller than stock available on and WHAT I NEED IS after tht answer comes its status "possible" or "not" must be pasted in textbox(Stock), automatically after BlanceStock value changes.
  11. T

    Solved Store data from text box to control source

    I will try and lyk Thanx!
  12. T

    Solved Store data from text box to control source

    So I ave a form were, one text box consist of a control source equation, in this equation it is a If statement that auto updates as another 2 fields in the form change. Now I want this data calulated from the If statement also to be stored in another textbox where the control source is a field...
  13. T

    Solved Sum the data in a textbox in continous form

    I solved it! Since is get the error when i add the query to the query been used by the form, I added an empty field to the table instead, and in the form i did a dlookup to get if the stock is available form the query and get the value for each record automatically and recalc data when i login...
  14. T

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

    I solved it! Since is get the error when i add the query to the query been used by the form, I added an empty field to the table instead, and in the form i did a dlookup to get if the stock is available form the query and get the value for each record automatically and recalc data when i login...
Back
Top Bottom