Hi and thanks for your reply. My table design default value section does not have anything in it.
the Data Type is set to Yes/No. In the lookup tab section it shows the Display control as Combo Box and Row Source Type is Table/Query and Row Source section has nothing in it.
BACKUP EVERYTHING FIRST....
Do this on your backup....
1. First of all, I don't ever do that at table level. I would remove that lookup and do this at the form level.
2. Create a new combo box on your form.
Do the following in the properties of the new combo box
3. Bind that combobox to the table.field
4. Row Source Type = Value List
5. Row Source = 'Yes';0;'No';-1
6. Column Count = 2
7. Column Width = ;0"
8. Bound column = 2
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.