I have a list box that I set up by choosing to add a list box, and selecting "find a record on my form based on the value I selected in my list box." This will then populate the other controls in my form based on the record selected,
It works to choose the record, but when I choose a record on the list box, it will jump to the first record and display its info in my controls for a split-second, before it settles on the correct record. The status bar says "Calculating..." while this takes place.
If I select a record just using the back and forward options on the form, this does not happen (though it still says "calculating...")
Any thoughts on how to solve this?