N
Nick
I am using a combo box to issue member number to new
members. The list of available number for the look-up
comes from a query. When I use the dropdown list in the
query I use the After update event procedure to use the
following;
Private Sub No_AfterUpdate()
Me![No].Requery
Me![Fees-sub New Members].Requery
Me![frmDuplicate_Member_No_Chech].Requery
End Sub
How do I get the dropdown list to update after selecting a
number? It updates when I close and reopen the form.
All help appreciated
Nick
members. The list of available number for the look-up
comes from a query. When I use the dropdown list in the
query I use the After update event procedure to use the
following;
Private Sub No_AfterUpdate()
Me![No].Requery
Me![Fees-sub New Members].Requery
Me![frmDuplicate_Member_No_Chech].Requery
End Sub
How do I get the dropdown list to update after selecting a
number? It updates when I close and reopen the form.
All help appreciated
Nick