M
Martin
Hello,
I have two list boxes based, the second based on the results of the first.
This works fine. However, I want to automatically select the first record in
the second list box after the first one has been clicked on by the user. I
just cant think how to do this. Here is what I have on the click property of
the first list box:
Me.Refresh
DoCmd.GoToControl "List2"
'DoCmd.GoToRecord , , acFirst
Cananyone help?
I have two list boxes based, the second based on the results of the first.
This works fine. However, I want to automatically select the first record in
the second list box after the first one has been clicked on by the user. I
just cant think how to do this. Here is what I have on the click property of
the first list box:
Me.Refresh
DoCmd.GoToControl "List2"
'DoCmd.GoToRecord , , acFirst
Cananyone help?