Store a value in form control permanently

A

Alex

I know how to populate a control on a form using a combo box like
=cboVendor.Column(2). My question is if the record populating the combo box
and therefore, the other control, can I permanently store values in the form?

Thanks
 
D

Douglas J Steele

Forms don't store values: they're a window into the data stored in tables.
 
Top