[Solved] Combobox as record selector is blank doesn't update with navigation controls
I have a form with a subform (dataset). I have followed this advice
https:// support.office.com/en-us/article/Enable-users-to-find-a-record-by-selecting-a-value-from-a-list-e3ed7711-433a-4931-9cab-b0f71a90c329
to add a combo box such that the dataset in the subform shows records related to the value in the combobox (I added spaces after the // so I could post here)
However I am now faced with two problems.
1. If I close the database then reopen it and then open the form the combo box is blank and not showing the first record although the dataset in the subform does show the records corresponding to the value that should be in the combobox (first record in the source used for the combo box).
2. The combobox does not update in response to the navigation controls but the dataset does correctly update.
This combo box to select a record seems a standard requirement so what else am I doing wrong.
The two underlying tables are GenericName and Composition and there is a 1 to many relationship between the row ID in GenericName and the NameID field in the composition table.
I have a form with a subform (dataset). I have followed this advice
https:// support.office.com/en-us/article/Enable-users-to-find-a-record-by-selecting-a-value-from-a-list-e3ed7711-433a-4931-9cab-b0f71a90c329
to add a combo box such that the dataset in the subform shows records related to the value in the combobox (I added spaces after the // so I could post here)
However I am now faced with two problems.
1. If I close the database then reopen it and then open the form the combo box is blank and not showing the first record although the dataset in the subform does show the records corresponding to the value that should be in the combobox (first record in the source used for the combo box).
2. The combobox does not update in response to the navigation controls but the dataset does correctly update.
This combo box to select a record seems a standard requirement so what else am I doing wrong.
The two underlying tables are GenericName and Composition and there is a 1 to many relationship between the row ID in GenericName and the NameID field in the composition table.
Last edited: