Retain form Combo Box Entries

R

robert.young

Is there a way to retain the last combo box information that was used
on a form so that it will be there when the form is re-opened?
 
S

Squirrel

Perhaps save the data to a local table when the form closes and then read
the data from that table into the combobox on the open event of the form...
 
Top