Search results

  1. D

    AfterUpdate() event error

    Hey Guys, Thanks for that, can I confirm that what you are suggesting is I change the afterupdate() to : Private Sub Form_AfterUpdate() project.AllForms.frmOrderPlacement!frmOrderItems.IsLoaded Forms!frmOrderPlacement!frmOrderItems.Form!cboProducts.Requery...
  2. D

    AfterUpdate() event error

    Hi Guys, I have an issue with an application I have in relation to the AfterUpdate() event. Private Sub Form_AfterUpdate() Forms!frmOrderPlacement!frmOrderItems.Form!cboProducts.Requery Forms!frmAccountCustomersPrices!subfrmPrices!Combo0.Requery End Sub In my application as a accdb, this...
Back
Top Bottom