My form connects to a database when opened. I have a listbox object that contains the filenames of all the files the user attached to the form. I save the form and then reopen it. If I click "Yes" to allow the form to connect to the database, the listbox data is cleared for some reason. If I click "No" and do not allow the form to connect to the database, the listbox data is not cleared. Why is connecting to the database clearing some data and not others? The listbox is not bound to the database. It is set to no binding.
↧
Opening Form Clears Some Saved Data
↧