Combo don't update data in Table

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
 
P

Pat Hartman

Check the controlSource property of the combo. Make sure
that it is referencing the table column you want it to
update.
 
A

an

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

.
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top