Greetings,
I am using the following code to update the rowsource for a value list field on a FORM.
<Field>.RowSource = <Field>.OldValue & ";" & <Field>
However,
I would like to update the underlying TABLE field's rowsource with BOTH values (Old & New) from the FORM.
Possible?
Let me know.
Much thanks in advance!
Dominic >
:O>
I am using the following code to update the rowsource for a value list field on a FORM.
<Field>.RowSource = <Field>.OldValue & ";" & <Field>
However,
I would like to update the underlying TABLE field's rowsource with BOTH values (Old & New) from the FORM.
Possible?
Let me know.
Much thanks in advance!
Dominic >