How to save selected value in a listbox

Cedarguy

Access developer wannabe
Local time
Today, 02:40
Joined
May 8, 2012
Messages
39
I have a form with a table and 2 list boxes.

The table is a child to the 2 tables the listboxes pertain to.

Selecting a value in the listboxes populates the selected fields in the table on the form.

It all works as expected EXCEPT

After the record is added to the table and the next blank one comes up, the values in the listboxes are no longer selected. I need to reuse the selected values on multiple records.

Is there a way Access can accommodate this?

Thanks
 

Users who are viewing this thread

Back
Top Bottom