G
Guest
Hi
I only learned hoe to do this last week and have had a couple of success'
but this one just won't work. Can anyone tell me what I've done wrong.
I am tryimg to automatically requery a combo box on form when the form is
closed.
Form = Suppliers (this is the form I put the code into. (Event Procedure "On
Close")
Form = 1Purchase Orders
Combo Box = Supplier
Private Sub Form_Close()
On Error Resume Next
Forms!1Purchase_Orders!Supplier.Requery
End Sub
I only learned hoe to do this last week and have had a couple of success'
but this one just won't work. Can anyone tell me what I've done wrong.
I am tryimg to automatically requery a combo box on form when the form is
closed.
Form = Suppliers (this is the form I put the code into. (Event Procedure "On
Close")
Form = 1Purchase Orders
Combo Box = Supplier
Private Sub Form_Close()
On Error Resume Next
Forms!1Purchase_Orders!Supplier.Requery
End Sub