A
Antony Elson
Hi,
I have a form that has two combo boxes, combo box one is
bound to a table with a list of TOSERVICE in field 1 and
descriptions in field 2. Combo box two uses the following
code as its control "=[TOSERVICE].[Column](1)".
When using the form I select combo box 1, this supplies
me with a list of TOSERVICE codes and the description,
the TOSERVICE code is then added to the bound table.
The description is then shown on the form in combo 2, but
it does not add the description to the table.
Is there any way that I can have it so the description is
also added to the table that combo 1 is bound to?
I have a form that has two combo boxes, combo box one is
bound to a table with a list of TOSERVICE in field 1 and
descriptions in field 2. Combo box two uses the following
code as its control "=[TOSERVICE].[Column](1)".
When using the form I select combo box 1, this supplies
me with a list of TOSERVICE codes and the description,
the TOSERVICE code is then added to the bound table.
The description is then shown on the form in combo 2, but
it does not add the description to the table.
Is there any way that I can have it so the description is
also added to the table that combo 1 is bound to?