Subject Re: Lookup Combo & Combo Box
Author gsbrown@GerBreOwn.com
Have you looked at the IB_RadioGroup? On it you can specify the Items
and link it to a Datasource. You wouldn't need to worry if the
customer typed a D/d or C/c as they just click on a RadioButton.

HTH

--- In IBObjects@y..., kristinnolan@h... wrote:
> Ok, I have a lookup combo and a combo box on one form...
>
> The lookup combo choices are Assets, etc
> The combo box choices are C (for Credit) and D (for Debit)
>
> The lookup combo is linked to a form where they enter the account
> type ex. Assets, etc.
>
> When I run the form I can choose Assets but if on the "Assets Form"
> it was entered as a Credit it will not allow the user to select the
D
> for Debit.
>
> How can I make it so that the user can choose C or D regardless of
> what was entered on the "Assets Form". Also, can you do something
> similar to Show Matching Text with Interbase so that if the user
> enters a lower case "d" or "c" it will match the C or D in the drop
> down list?
>
> Kristy