I have a combobox on a form, with other textboxes whose values depend on the value selected from the combobox. When I make a selection from the combo, the other textboxes are correctly updated with the associated data.
However, I've noticed that I'm always on the first record. The problem I'm having is that, whenever I make a selection from the combobox, the first record on the underlying table is changed to that selection. But that's not what I want to do. My intention with the combobox is to move the user to the actual record associated with the selection just made, without making changes to the table. How do I do this?
Hope my explanation is clear.
Thanks for any help!
However, I've noticed that I'm always on the first record. The problem I'm having is that, whenever I make a selection from the combobox, the first record on the underlying table is changed to that selection. But that's not what I want to do. My intention with the combobox is to move the user to the actual record associated with the selection just made, without making changes to the table. How do I do this?
Hope my explanation is clear.
Thanks for any help!