Sharon,<br><br>Wow. I just learned something you might find useful. You can easily set the list values of a field with the properties of a combo box.<br><br>Add the line:<br>self.datasource = "[TABLENAME.FIELDNAME]"<br><br>to the list object of the combo box in the Arrive method. The mistake I've always made was trying to set the command in the arrive event for the field. There is a sub-element of the combo box called #list[somenumber]. The syntax for the line includes the quotes and the square brackets. Replace TABLENAME and FIELDNAME with the required table and field.<br><br>I can't believe it worked.<br><br>Good luck, Pat<br>