There are items in this field that are used many times therefore I would like
to
make this field a combobox (Rowsource = SELECT DISTINCT
(chktran.Description) AS Expr1 FROM chktran ORDER BY chktran.Description

and control Source would = Description ) so when I select the Item in
combobox it would get selected and update record.
But I get message Control can't be edited; it's bound to
expression[description]
Rick B said:
Not sure what you are asking. What specifically are you trying to do when
the error comes up? What are you typing, in which field, and what would you
like to happen?
nach said:
Message
Control can't be edited; it's bound to expression[description]
Is there a way to select the item in combobox to update record ?