Hi, I have a form called frmHouses which displays the records from the Houses table. One of the fields is called outbuild. This field can take the value -1 or 0. -1 = yes, 0 = "" (blank). This is where I ge stuck because there is another table called Lookups which has 2 columns called fieldname and text. The important records in this table are one where the fieldname is outbuild and the text is Yes and another where the fieldname is outbuild and the text is "" (blank).
What I need todo is have a combo box which displays the values from the lookup table which is also bound to the field outbuild. I did this ok but when the combobox displays the records it doesn't make the ones where it is -1 set to yes and the ones where it's 0 set to "" (blank). Instead it displays the value -1 or 0.
I'd be greatful if someone could help. I'm sure it's pretty simple but has been troubling me all day.
Thanks
What I need todo is have a combo box which displays the values from the lookup table which is also bound to the field outbuild. I did this ok but when the combobox displays the records it doesn't make the ones where it is -1 set to yes and the ones where it's 0 set to "" (blank). Instead it displays the value -1 or 0.
I'd be greatful if someone could help. I'm sure it's pretty simple but has been troubling me all day.
Thanks