I have tables. Index, List1, list2, list3.
The index is the table I want to hold all my data. and the lists are tables, with lists in them to populate drop down boxes on my form.
I have begun creating a form, that updates the index.
I have a text box for name, and one for notes. both working fine.
I have 3 listbox drop down, each populates itself from a different "list table"
The problem I am having is the list boxes, seem to default to either whatever was in them last, or option1.
This is probably a very long winded way of asking......
how can I make those list boxes, show the value that is in the INDEX table, unless I choose to change it, then it would save that change.
Thanks in advance