Hello,
I have a form that its a record set is a join query with four tables and I would like to update one column of the main table. The RecordSet query is:
<code>
SELECT t.au_control, t.fe_fecha, t.tx_operacion, t.tx_documento_contable, t.tx_referencia, t.tx_descripcion, t.mo_ingreso...