Hello,
I have a combo box with RowSource set to 'Table/Query'. The query has five fields, one of which is a concatination of two of the other query fields. eg
Field 1 PersonID
Field 2 David
Field 3 Smith
Field 4 = [David] & " " & [Smith] (David Smith)
Column count is 4
Column widths is 2,2,2,2
ControlSource not set
Bound Column is 3
BUT it will not display David Smith in combo and defaults to PersonID.
Is there a reason why it will not display the expression?
DubaiDave
I have a combo box with RowSource set to 'Table/Query'. The query has five fields, one of which is a concatination of two of the other query fields. eg
Field 1 PersonID
Field 2 David
Field 3 Smith
Field 4 = [David] & " " & [Smith] (David Smith)
Column count is 4
Column widths is 2,2,2,2
ControlSource not set
Bound Column is 3
BUT it will not display David Smith in combo and defaults to PersonID.
Is there a reason why it will not display the expression?
DubaiDave