Hi there,
I have a combo box displaying 2 columns - drug name and BNF code. The BNF code is the field I want to store and display in the combo box. But the user wants to be able to type the first letter of the drug name to quickly move to the correct entry.
As far as I can see, the only way to get the Drug column to react to typing the first letter, is to make it the first column in the combo drop-down. Unfortunately that means the drug name will be displayed in the combo box after selection, rather than the BNF code.
Is there a clever way to do this ? (I can see a way around it having an unbound combo box selecting drug name, which then populates the field holding BNF code, but something tells me there must be a better way)
Thanks,
Peter.
I have a combo box displaying 2 columns - drug name and BNF code. The BNF code is the field I want to store and display in the combo box. But the user wants to be able to type the first letter of the drug name to quickly move to the correct entry.
As far as I can see, the only way to get the Drug column to react to typing the first letter, is to make it the first column in the combo drop-down. Unfortunately that means the drug name will be displayed in the combo box after selection, rather than the BNF code.
Is there a clever way to do this ? (I can see a way around it having an unbound combo box selecting drug name, which then populates the field holding BNF code, but something tells me there must be a better way)
Thanks,
Peter.