Search results

  1. S

    Textbox not uptodate

    Hello everybody I have below code in subform after update: Me. Parent! HeaderTotal=Me.Text22 I realized it update the records in subform except the last record! How to make it refrished and uptodate after each record addition! Thank you
  2. 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] =...
  3. 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
  4. 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.
Top Bottom