G Guest Mar 12, 2004 #1 In a report if a control field reads "90806, and I want this to read "Child" instead, how do I do this Thank you.
In a report if a control field reads "90806, and I want this to read "Child" instead, how do I do this Thank you.
J John Vinson Mar 12, 2004 #2 In a report if a control field reads "90806, and I want this to read "Child" instead, how do I do this? Thank you. Click to expand... Set the Control Source of the textbox to IIF([fieldname] = "90806", "Child", [fieldname])
In a report if a control field reads "90806, and I want this to read "Child" instead, how do I do this? Thank you. Click to expand... Set the Control Source of the textbox to IIF([fieldname] = "90806", "Child", [fieldname])