Data-Logger
New member
- Local time
- Today, 00:51
- Joined
- May 10, 2012
- Messages
- 2
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 works fine, however, when I convert it to an accdr to distribute to my users it keeps throwing an that the forms cannot be located.
The forms in the AfterUpdate() are not always open, this is subject to how this particular form has been opened.
Anyone any suggestions?
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 works fine, however, when I convert it to an accdr to distribute to my users it keeps throwing an that the forms cannot be located.
The forms in the AfterUpdate() are not always open, this is subject to how this particular form has been opened.
Anyone any suggestions?