scorpio_x73
Registered User.
- Local time
- Today, 16:26
- Joined
- Jul 10, 2003
- Messages
- 12
a have a form with a combo box that displays 3 values (columns)
in a bound form i can display the second value in a text box with the following command
=Forms!MAIN!field_2.COLUMN(1)
but i can't write it to the table
my main table has 3 fields
field_1
field_2
field_3
i have a secondary table that holds some values and is been used as a lookup list to field_2
my secondary table has 3 fields
field_a
field_b
field_c
the field_2 of main table takes value from field_a (the lookup list shows all the fields (a,b,c) and i want in text field lets say field_3 to take the value of field_b with this code
Forms!MAIN!field_2.COLUMN(1)
The problem is that i want the value of Forms!MAIN!field_2.COLUMN(1)
to be written to a field of the main table
and i cant
Thanks in advance
please help me

in a bound form i can display the second value in a text box with the following command
=Forms!MAIN!field_2.COLUMN(1)
but i can't write it to the table
my main table has 3 fields
field_1
field_2
field_3
i have a secondary table that holds some values and is been used as a lookup list to field_2
my secondary table has 3 fields
field_a
field_b
field_c
the field_2 of main table takes value from field_a (the lookup list shows all the fields (a,b,c) and i want in text field lets say field_3 to take the value of field_b with this code
Forms!MAIN!field_2.COLUMN(1)
The problem is that i want the value of Forms!MAIN!field_2.COLUMN(1)
to be written to a field of the main table
Thanks in advance
please help me