I have a form created for editing records, and several of the combo boxes are not loading after the first record. (When the form opens to the first record, all data is loaded. On the second record, only some data is loaded. All subsequent records are also not displaying the data in the "problem" combo boxes).
I have put other records as the "first" record, and it always loads properly for the first records. Is there a way I could "refresh" the other combo boxes on a Next command?
I guess I don't understand what processes are happening on Load that do not happen on Next or Current.
Thanks for any help/advice in advance.