M
MintLes
Hi! I have a form that is driving me insane--I have two combo boxes which I
finally got working correctly (thanks to this group), but now I am getting
"Field cannot be updated" error message on the first box when I try to select
an item from the list.
Here are the details...
The first combo box is based on a table of Manufacturers. The second box is
based on a query which contains Models from those Manufacturers. So, when
you select a Manufacturer, the cboModel updates to list only those Models
from the selected Manufacturer. That seems to work properly, until I add
other fields to the form, and that's when I get "Field cannot be updated"
error message. The fields are not locked, and the whole point of the
cascaded fields are for entering new records to an underlying table (this
particular form is not for adding any new records to the Manufacturers or
Models, however--I just need to be able to select them and use them to
identify the rest of the record).
Thanks for any help!
finally got working correctly (thanks to this group), but now I am getting
"Field cannot be updated" error message on the first box when I try to select
an item from the list.
Here are the details...
The first combo box is based on a table of Manufacturers. The second box is
based on a query which contains Models from those Manufacturers. So, when
you select a Manufacturer, the cboModel updates to list only those Models
from the selected Manufacturer. That seems to work properly, until I add
other fields to the form, and that's when I get "Field cannot be updated"
error message. The fields are not locked, and the whole point of the
cascaded fields are for entering new records to an underlying table (this
particular form is not for adding any new records to the Manufacturers or
Models, however--I just need to be able to select them and use them to
identify the rest of the record).
Thanks for any help!