Am using the VFP60 framework. My form contains a combobox that is populated with results from a view that is comprised of fields from two tables. When using the buttonset (Add/edit) buttons, the record is not added to the table if add is selected, and the edited field is not added to the table if edit is selected. <br>In the combo box, the control source is set to the table, and the row source is set to the view and the displayed field, and the row type is set to (6-fields).<br>What am I missing or setting wrong. Thanks