![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, In AccessXP how to get yes/no field to display a checkbox in a combobox?? I have a combobox on a form and it displays several fields of information, one of those fields is a yes/no field. If I open the table directly that yes/no field displays as a checkbox on the screen. When I open the form and click on the combobox to open it the field displays with the words true or false instead of displaying as a checkbox. Can a yes/no field be displayed as a checkbox(as it does when the open is opened directly) in a combobox?? thanks bobh. |
#3
| |||
| |||
|
|
Hi All, In AccessXP how to get yes/no field to display a checkbox in a combobox?? I have a combobox on a form and it displays several fields of information, one of those fields is a yes/no field. If I open the table directly that yes/no field displays as a checkbox on the screen. When I open the form and click on the combobox to open it the field displays with the words true or false instead of displaying as a checkbox. Can a yes/no field be displayed as a checkbox(as it does when the open is opened directly) in a combobox?? thanks bobh. |
#4
| |||
| |||
|
|
Hi All, In AccessXP how to get yes/no field to display a checkbox in a combobox?? I have a combobox on a form and it displays several fields of information, one of those fields is a yes/no field. If I open the table directly that yes/no field displays as a checkbox on the screen. When I open the form and click on the combobox to open it the field displays with the words true or false instead of displaying as a checkbox. Can a yes/no field be displayed as a checkbox(as it does when the open is opened directly) in a combobox?? thanks bobh. |
#5
| |||
| |||
|
|
Done:IIF([Completed],"Yes","No") in the rowsource query and having headings on. |
#6
| |||
| |||
|
|
Salad <salad (AT) oilandvinegar (DOT) com> wrote in news:u6qdnYzCYeFXj4zRnZ2dnUVZ_v2dnZ2d (AT) earthlink (DOT) com: Done:IIF([Completed],"Yes","No") in the rowsource query and having headings on. I go with IIf(Completed,"x",""), which is pretty close to a checkbox. |
![]() |
| Thread Tools | |
| Display Modes | |
| |