G Guest Oct 27, 2003 #1 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?
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?
M Marshall Smith Oct 27, 2003 #2 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 Click to expand... 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 Click to expand... is a combo box. What can I do to make sure this information saves?