Hello,
Please can someone help.
I need to filter a form so records display when the field [Prop_Link] equals any of either 10,15,20 or 24
My code runs fine for one value, but how do I combine the other values
Many thanks Mark
Please can someone help.
I need to filter a form so records display when the field [Prop_Link] equals any of either 10,15,20 or 24
My code runs fine for one value, but how do I combine the other values
Code:
me.form.filter = "[Prop_link] = 24"
Many thanks Mark