Hi, I hope someone can solve this for me.
I have two fields, [Faculty] and [Faculty2] in a continuous form both holding a different faculty or the second field [Faculty2] remaining empty... I need to be able to filter all records with, say, science, irrespective if it is in [Faculty] or[Faculty2].
At the moment I have a combobox which will successfully filter one or other field but not look at both and I'm not sure how to handle this, I was looking at an IIf statement but cannot get it to work.
Code I have at present:
[Me.Filter = "[Faculty]=" & Chr(34) & Me.Combo100 & Chr(34)
Me.FilterOn = True]
Any support would be greatly appreciated, thank you
Sara