combo bx in form: cntl source "=[Combo257SubLed1].[Column]"

B

Bobbie

I want to get a field in a form in a combo box to feed back into a Table (and
also a report).

The field's name is "Combo255FundTitle1"
The control source in the combo box is called
"=[Combo257SubLed1].[Column](1)". This field, Combo255FundTitle1", populates
when the field Combo257SubLed1 is populated. It pulls the column next to the
column being pulled into Combo257SubLed1.
Thank you, Roberta Coats
215-895-2608
 
D

Douglas J Steele

If it's derived from another table, why do you want to store it? That's
generally considered a bad idea: you can look it up whenever you need it.
 
Top