S
SandyR
I have a form in which the first field in the tab order is a combo box. The
drop down displays properly, and the selected item is stored properly in the
record, but once the selection is made, the value will not display in the
field. The control source of the combo box is the field vendor_number. The
row source is a query:
SELECT Vendor.[VEND_NO], Vendor.VENDOR, Vendor.[1ADDR]
FROM Vendor
ORDER BY vendor;
vendor is a linked text file. The field is bound to column 1, the column
count is 3, and the column widths are 0";1.5";1"
This used to work fine. I have been enhancing the form with additional
error checking and some new fields, but have made no changes to the combo box
or the underlying table/query. Can anyone suggest what might be causing
this?
drop down displays properly, and the selected item is stored properly in the
record, but once the selection is made, the value will not display in the
field. The control source of the combo box is the field vendor_number. The
row source is a query:
SELECT Vendor.[VEND_NO], Vendor.VENDOR, Vendor.[1ADDR]
FROM Vendor
ORDER BY vendor;
vendor is a linked text file. The field is bound to column 1, the column
count is 3, and the column widths are 0";1.5";1"
This used to work fine. I have been enhancing the form with additional
error checking and some new fields, but have made no changes to the combo box
or the underlying table/query. Can anyone suggest what might be causing
this?