Hi from a newbie! I'm having a problem that I can't find described
exactly in previous threads: I have a drop-down (wrapped in a subform),
whose visible/hidden status depends on the choice selected within a
'master' drop-down enabled with this formcalc script that runs on the
local machine:form1.Firstpage.CatSubcat.CATEGORY::change - (FormCalc,
client)if (CATEGORY == "A-B/FLUID/LYTES")then
SUBCATEGORY.SUBCATEGORY.presence = "hidden"elseif (CATEGORY ==
"ANES/ANALGESIA")then SUBCATEGORY.SUBCATEGOR...