Boundcolumn doesn't work properly.

H

Hhounddog

Hello.
As above indicated, when I want to set up a list in a field composed by two
columns, I set boundcolumn to 2 for showing the 2nd column value. But when I
click in the file I want to appear in the field, what I see is the 1st value,
not the second.
Why?
Thanks.
 
J

John W. Vinson

Hello.
As above indicated, when I want to set up a list in a field composed by two
columns, I set boundcolumn to 2 for showing the 2nd column value. But when I
click in the file I want to appear in the field, what I see is the 1st value,
not the second.
Why?
Thanks.

What you will SEE is the first nonzero width column.
What will be STORED is the data in the bound column.

They are independent of one another; what you see is not necessarily what you
get, though it can be if that's what you want.
 
Top