G
Guest
Hopefully I can explain this properly. I have a field in a table called
"Nutrition". Another field in the table is called "Order". Is it possible
to write a formula similar to this one and get the result I want. This
particular formula doesn't work properly.
=IIF([Order]=1,[Nutrition],"")
In the formula, the number "1" may be any number between 1 and 22.
Depending on the number, I want the [Nutrition] value to match the order
number. This formula only gives me the first instance of Nutrition in the
database. Can this be done? Thanks in advance.
"Nutrition". Another field in the table is called "Order". Is it possible
to write a formula similar to this one and get the result I want. This
particular formula doesn't work properly.
=IIF([Order]=1,[Nutrition],"")
In the formula, the number "1" may be any number between 1 and 22.
Depending on the number, I want the [Nutrition] value to match the order
number. This formula only gives me the first instance of Nutrition in the
database. Can this be done? Thanks in advance.