Le 27/11/13 15:24, Scott Castaline a écrit : Hi Scott,
> What am I not doing? I'm thinking of changing one other field this way > and was doing this one to figure out doing it. From your description, it sounds like you have not set the correct bound field in the properties of your Combobox on your main form. Enter Design mode for your main form, and then select the control you want to edit, or if you have both a control and associated label, enter the group first (right mouse button click on the control in question > Edit/Enter group). From here, you need to make sure that your box is bound to the right data source in the Data tab, and the correct field, or alternatively, make the population of that field dependent on a SQL statement that basically just says "SELECT * FROM fieldusedtopopulateform". Save the form, leave edit mode and see if it now works. Alex -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
