I am attempting to create a list of selected names from an MS Access database but do not want to edit the database. I am trying to use a combo box field in a subform list to select the names I want in a similar way to entering lists of bound names.
The problem I have is that unlike a bound list where a new record row becomes available immediately a record is created, I seem to be unable to get past the first entry as a new row is not created after the first selection is made.
While I can think of other ways to overcome my problem, such as selecting the name in a list box and clicking an 'Add' button, the thought the way I am trying to do it was more user friendly.
The problem I have is that unlike a bound list where a new record row becomes available immediately a record is created, I seem to be unable to get past the first entry as a new row is not created after the first selection is made.
While I can think of other ways to overcome my problem, such as selecting the name in a list box and clicking an 'Add' button, the thought the way I am trying to do it was more user friendly.
Comment