我正在尝试写一份报告,正在寻找没有接种过某种疫苗的人。问题是我曾经尝试过的配方是说他们已经接种或没有接种疫苗。当我去验证它并不总是正确的
if ({table.column} in (ID#) to (ID#)) then
"Has had Immunization"
else if ({table.column} <> (ID#) to (ID#))
then "Has not had Immunization"
ID# 对所有人来说都是同一个号码。
我正在尝试写一份报告,正在寻找没有接种过某种疫苗的人。问题是我曾经尝试过的配方是说他们已经接种或没有接种疫苗。当我去验证它并不总是正确的
if ({table.column} in (ID#) to (ID#)) then
"Has had Immunization"
else if ({table.column} <> (ID#) to (ID#))
then "Has not had Immunization"
ID# 对所有人来说都是同一个号码。