Hello All,
I've tried reading a few other threads on this subject but I just don't get it and I need help please.
I have a form with a multi-value field called BuildingList.
I also have a search form with a cboBuildingList and a cmdBuildingList.
I would like to a form where BuildingList is equal to cboBuildingList and it is giving me an error 3831 (The multi-valued field 'BuildingList' cannot be used in a WHERE or HAVING clause)
Here is my code:
DoCmd.OpenForm "Frm_Assessment", acNormal, , "BuildingList='" & Me.cboBuildingList.Column(1) & "'"
The other thread talked about Me.filter and I just don't understand it. Can someone please help me?
:banghead::banghead:
Thank you
I've tried reading a few other threads on this subject but I just don't get it and I need help please.
I have a form with a multi-value field called BuildingList.
I also have a search form with a cboBuildingList and a cmdBuildingList.
I would like to a form where BuildingList is equal to cboBuildingList and it is giving me an error 3831 (The multi-valued field 'BuildingList' cannot be used in a WHERE or HAVING clause)
Here is my code:
DoCmd.OpenForm "Frm_Assessment", acNormal, , "BuildingList='" & Me.cboBuildingList.Column(1) & "'"
The other thread talked about Me.filter and I just don't understand it. Can someone please help me?

Thank you