i have a list box on my DB. Is there any way I can have a button so that when clicked a txt box comes up where the user can enter a new value into the field?
create the button to open a form based on an updatable query based on the table. then simply add to the table. dont forget to requery on your return to the other form.