C
Carl J. Hixon
Here's one for everybody...
I have a combobox on a form. I am using a query as the row source. The
query links to a table both display 3 columns (key, grade, tuition). I use
bound column 1 because I only want to store the key in my form record. In
the combo box, I format the columns (0.2", 1",0") so that the grade can be
seen. BUT, once the selection is made the combobox only displays the key
because this is what I have bound. I want to bind the key but show grade
after the selection for user friendliness.
Am I going about this the wrong way?
Thanks,
Carl
I have a combobox on a form. I am using a query as the row source. The
query links to a table both display 3 columns (key, grade, tuition). I use
bound column 1 because I only want to store the key in my form record. In
the combo box, I format the columns (0.2", 1",0") so that the grade can be
seen. BUT, once the selection is made the combobox only displays the key
because this is what I have bound. I want to bind the key but show grade
after the selection for user friendliness.
Am I going about this the wrong way?
Thanks,
Carl