Combo don't update data in Table

  • Thread starter Thread starter an
  • Start date Start date
A

an

Hello!

I have a F_Form to display data of the Q_Query.
In F_Form, there is a Cbox to chosse hypothesis to [xpto]
field.
The [xpto] field exist in Q_Query and T_Values. This
T_Values is to save all news data through F_Form.

When we running one Appendquery (cmdButton in Form) to
save data in T_Values, the Cbox data don't update the data
(in T_Values) but save others data fields in this table. I
don't know why.
Please, I would like any help.

Thanks in advance.
an
 
Check the controlSource property of the combo. Make sure
that it is referencing the table column you want it to
update.
 
Exactly!!!
How is possible...
Many thanks.
an
-----Original Message-----
Check the controlSource property of the combo. Make sure
that it is referencing the table column you want it to
update.
-----Original Message-----
Hello!

I have a F_Form to display data of the Q_Query.
In F_Form, there is a Cbox to chosse hypothesis to [xpto]
field.
The [xpto] field exist in Q_Query and T_Values. This
T_Values is to save all news data through F_Form.

When we running one Appendquery (cmdButton in Form) to
save data in T_Values, the Cbox data don't update the data
(in T_Values) but save others data fields in this table. I
don't know why.
Please, I would like any help.

Thanks in advance.
an

.
.
 
Back
Top