Actually I want it to return a True for any in a selected group of predetermined Heights mm depending upon what I select in my query lookup column. I wanted to start simple and see if I could get it to perform one small task. Basically I want my field to say "Newborn" when 650 is selected in...
I am trying to use Expression Builder in a Query to build a test plan selector tool for our engineering department. My expression is as follows:
IIf([Heights mm] = 650, "Newborn", "*")
This keeps returning the false value no matter what is select in my Lookup column [Heights mm]
Any...