G
Guest
I have an option group with a series of 5 checkboxes, and each time the
selection changes, I want to requery the database which in turn, will sort
all the records based on those 5 checkboxes, yet the following doesnt work :-
Private Sub groupMembership_AfterUpdate()
Me.Requery
End Sub
I cant alter it to BeforeUpdate() or Click() because of the nature of the
Requery code i want to run.
Anyone have any idea ?
selection changes, I want to requery the database which in turn, will sort
all the records based on those 5 checkboxes, yet the following doesnt work :-
Private Sub groupMembership_AfterUpdate()
Me.Requery
End Sub
I cant alter it to BeforeUpdate() or Click() because of the nature of the
Requery code i want to run.
Anyone have any idea ?