Hi Everyone.
I have a Yes/No Field for which I store the values as -1/0.
I display the field in a combobox and they are displayed as Yes/No. The combo box has a list value with 2 entries, "Yes" and "No" with a Default of 'No'. Entering the information in the combobox work as intended, However if I click inside the combobox I see either a 0 or -1. As soon as I leave the combobox the combobox displays either Yes/No. How can I prevent showing 0/-1 when user clicks inside the combobox?
Any Idea why access shows 0 or -1 if I click inside the combobox?
Thanks
EGStatus
PS because of form requirements I have to use a ComboBox.
I have a Yes/No Field for which I store the values as -1/0.
I display the field in a combobox and they are displayed as Yes/No. The combo box has a list value with 2 entries, "Yes" and "No" with a Default of 'No'. Entering the information in the combobox work as intended, However if I click inside the combobox I see either a 0 or -1. As soon as I leave the combobox the combobox displays either Yes/No. How can I prevent showing 0/-1 when user clicks inside the combobox?
Any Idea why access shows 0 or -1 if I click inside the combobox?
Thanks
EGStatus
PS because of form requirements I have to use a ComboBox.