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?
 
Back
Top