Hi,
I have a combo box that retrieves values from a table column. The values could be blank, yes, or no. Now the combo box displays the yes/no values in the dropdown but when I select "No", it fills the combo box with 0 and "Yes" fills it with -1. The query and everything runs good. Is there a way I can displya Yes/No instead of -1/0 to the user of the form.
Thanks a lot for your help.