Store a value in form control permanently

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Forms don't store values: they're a window into the data stored in tables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top