Set Combo box selected value

DonK

Registered User.
Local time
Today, 00:14
Joined
Dec 4, 2002
Messages
12
Choose another Combo box value

I am using Access 97. My main form has a combo box with an ID field linked to a subform. The subform displays related records. This works correctly when I select an ID using the combo drop down list.

I would like to add "record" selector buttons to the main form which can be used to select the next, previous, first, and last items in the combo list and display the related records in the subform.

I tried incrementing the combo box "ListIndex" property but it is read-only. Help would be greatly appreciated.
 
Last edited:
i've never tried it, but try incrementing the ItemData rather than the ListIndex.
 
Incrementing ItemData does not work

I tried incrementing ItemData but that doesn't work because:

"The ItemData property returns the data in the bound column for the specified row in a combo box or list box."

Still seeking a solution.
 

Users who are viewing this thread

Back
Top Bottom