J
JohnE
I have a situation in which the PK of the record also is the number that is
used to reference it. The record PK will also have text name associated with
it in the name field. A combobox is used to find the record, the bookmark
way. The combobox has the 2 fields displayed when open but when the cbo
closes, the PK is showing in the cbo, not the text name. I set up a txt
control next to the cbo to display the PK by using the after update event
with column(0). What the users are wanting is to have the number show in the
text box (which is done) but the text name in the cbo. The bound column is
the PK field. Even if I make the name the bound column, since the PK column
is the far left column of the cbo, I still get the PK in the cbo. I thought
about using a txtbox over the top of the cbo ...
Has anyone any thoughts on how this can be remedied to work?
Any assistance welcomed.
Thanks ... John
used to reference it. The record PK will also have text name associated with
it in the name field. A combobox is used to find the record, the bookmark
way. The combobox has the 2 fields displayed when open but when the cbo
closes, the PK is showing in the cbo, not the text name. I set up a txt
control next to the cbo to display the PK by using the after update event
with column(0). What the users are wanting is to have the number show in the
text box (which is done) but the text name in the cbo. The bound column is
the PK field. Even if I make the name the bound column, since the PK column
is the far left column of the cbo, I still get the PK in the cbo. I thought
about using a txtbox over the top of the cbo ...
Has anyone any thoughts on how this can be remedied to work?
Any assistance welcomed.
Thanks ... John