kathyrich1
Technical User
I have 4 combo boxes on my forms that are bound to the table the form is built on. Problem... I need the combo boxes to keep the data selected and not clear when the user tabs through the records. Also, I need the data to stay until user selects something else in the list, even after the form has been closed and re-opened. I have tried SQL query, but the boxes clear as soon as the user tabs to another record. If I use unbound fields, the data is gone the next time the form is opened. It is not necessary for the data to be tied to a field in the table, I can pull it in a report, or even export to another table. I can not figure out how to get this result. I have tried separate tables and queries to no avail. Can someone help?