I have an entry form.
On that form, I have a combo box (cboMigUnitSearch).
There is a subform on there as well. This subform lists directory paths and other fields, based on the (cboMigUnitSearch) selection.
That subform is based off a query, which in turn, looks to see what the user selected in the cbo box, and populates the subform based on that.
Long story short, the user makes the selection from the combo box, BUT, after they do, the first record in that database is displayed on screen instead of what they just selected. What they selected, IS stored in the table, but not shown. I have a "requery" running on the AFTER UPDATE event of the cbo box. This is to refresh the subform based on the user selection.
How can I get it to display what the the user selects instead of it jumping to the first record in the table?
On that form, I have a combo box (cboMigUnitSearch).
There is a subform on there as well. This subform lists directory paths and other fields, based on the (cboMigUnitSearch) selection.
That subform is based off a query, which in turn, looks to see what the user selected in the cbo box, and populates the subform based on that.
Long story short, the user makes the selection from the combo box, BUT, after they do, the first record in that database is displayed on screen instead of what they just selected. What they selected, IS stored in the table, but not shown. I have a "requery" running on the AFTER UPDATE event of the cbo box. This is to refresh the subform based on the user selection.
How can I get it to display what the the user selects instead of it jumping to the first record in the table?