Saving information in a combo box

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

Guest

I am having problems saving any information on a form if the information is a combo box. What can I do to make sure this information saves?
 
Make sure the ControlSource of your combobox is set to the field in your
table that you want to save the information to.

If you are having a problem with the combobox saving incorrect information,
check the BoundColumn property of the combobox.

--
HTH,

Marshall Smith
Project Developers, Inc.


Jessicadownet said:
I am having problems saving any information on a form if the information
is a combo box. What can I do to make sure this information saves?
 

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