Hi fneily - thanks for your reply ! However, I do need the requery because the contents of List2 are being populated by a query that has the result from List1 as a criteria (which is why I had it on the AfterUpdate event). Maybe there's another way to achieve this ?
Thanks again!
Hi ! trying to auto-select (default to) the first value of List2 after the user selects a value from List1.
Although this works:
Private Sub List1_AfterUpdate()
Me.List2.Requery
Me.List2.Selected(0) = True
End Sub
The first item stays selected and won't let the user select another item on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.