V
Volta
I have a form which should update a field on the underlying table using a
list box. The Row Source I am using for the form field is selecting a
single field from a second table which has no relationship to the first. I
have set the Control Source of the field to be the field from the underlying
table and I have set the Bound Column to 1 (since my select statement
involves a single column). The table is not being updated with the value
which is displayed in the list box on the form. Am I missing something
which is pertinent in tying the form field to the underlying table?
list box. The Row Source I am using for the form field is selecting a
single field from a second table which has no relationship to the first. I
have set the Control Source of the field to be the field from the underlying
table and I have set the Bound Column to 1 (since my select statement
involves a single column). The table is not being updated with the value
which is displayed in the list box on the form. Am I missing something
which is pertinent in tying the form field to the underlying table?