SparklySpartan
New member
- Local time
- Today, 05:04
- Joined
- Feb 25, 2025
- Messages
- 13
Hi there,
I wanted to ask this question because I was curious if this is possible for both listboxes and full on continuous forms
The thought of how this might be useful came up when I wrote some code to add a new row to a continuous form. Of course, by "adding a new row", I mean add a new record in the underlying table that would be selected by the continuous form and then requery-ing it.
It would be nice for the newly created row in the form to automatically become the selected one, so that, after adding the new record, the user can go on manually entering the rest of the data not automatically populated there.
I'm also curious if this can be done for listboxes. Thanks in advance for the help!
I wanted to ask this question because I was curious if this is possible for both listboxes and full on continuous forms
The thought of how this might be useful came up when I wrote some code to add a new row to a continuous form. Of course, by "adding a new row", I mean add a new record in the underlying table that would be selected by the continuous form and then requery-ing it.
It would be nice for the newly created row in the form to automatically become the selected one, so that, after adding the new record, the user can go on manually entering the rest of the data not automatically populated there.
I'm also curious if this can be done for listboxes. Thanks in advance for the help!
Last edited: