I have a TADOQuery
with a Lookup
field that references a string field in another TADOQuery
. I've connected a TcxDBTextEdit
to the lookup field, but the value in the lookup table in the database is not getting updated.
Is it even possible to use a lookup field in this manner, or are lookup fields always read-only?