Hi
I have a table (Property_Match) which has some Multi-Value fields in there. For the purposes of this, lets use the Furnishing_Level field. This has "Unfurnished" , "Part Furnished" and "Fully Furnished" as the 3 options.
I have created a form (frm_Property_Match) in which this control is updated. I have also created a query, into which I have entered in the criteria...
[Forms]![frm_Property_Match]![Furnishing_Level]
I would expect this query to return records but it doesnt, unless I delete the multi-value fields from the query. What am I doing wrong ?
Thanks in advance
Al
I have a table (Property_Match) which has some Multi-Value fields in there. For the purposes of this, lets use the Furnishing_Level field. This has "Unfurnished" , "Part Furnished" and "Fully Furnished" as the 3 options.
I have created a form (frm_Property_Match) in which this control is updated. I have also created a query, into which I have entered in the criteria...
[Forms]![frm_Property_Match]![Furnishing_Level]
I would expect this query to return records but it doesnt, unless I delete the multi-value fields from the query. What am I doing wrong ?
Thanks in advance
Al