changing data in table

G

gary

is there any way to use a combo box on a form that does not change the records
in its corresponding table?
thank you
 
S

Steve Schapel

Gary, yes there is, if you use a combobox which is not bound to a field
in the form's Record Source table. But in this case, whatever you enter
in the combobox will not be retained when you close the form.
 
Top