I have a pair of cascading combo boxes. The selection in combo 1 filters the choices available in box two. The choices are stored in lookup tables that have a parent-child relationship. The data is then stored as a number field in the record. All of this works fine for entering data, but when you come back to a record after closing the database or scroll back up after entering several rows of data, combo box 2 shows up blanks. If you check the info in the tables it is there, it just isn’t showing up on the subform.
I am assuming this is some sort of requerying/repainting problem for the subform but am not sure where to put code and what type of code to put in there so that this data is always visible when the record is visible.