I am currently using MS Access 2007.
I am not sure if this is even possible but I thought it would be worth asking.
I have made a multivalue field on the form and made it into a list box with check boxs as the possible values, but the list box only lists the possible values down wards. I would like the list to be made horizontally.
Also, my second question is that I would like to record the form values as numbers but want to display it as words (No=0, Yes=1, Maybe=2)
Right now
Are you sick?
[ ] 0
[ ] 1
[ ] 2
Do you eat well?
[ ] 0
[ ] 1
[ ] 2
Trying to achieve
Are you sick? [ ] No [ ] Yes [ ] Maybe
Do you eat well? [ ] No [ ] Yes [ ] Maybe
I am not sure if this is even possible but I thought it would be worth asking.
I have made a multivalue field on the form and made it into a list box with check boxs as the possible values, but the list box only lists the possible values down wards. I would like the list to be made horizontally.
Also, my second question is that I would like to record the form values as numbers but want to display it as words (No=0, Yes=1, Maybe=2)
Right now
Are you sick?
[ ] 0
[ ] 1
[ ] 2
Do you eat well?
[ ] 0
[ ] 1
[ ] 2
Trying to achieve
Are you sick? [ ] No [ ] Yes [ ] Maybe
Do you eat well? [ ] No [ ] Yes [ ] Maybe