Is it possible to have an if then statement in the control source of a text box. For example:
=(If([Text56]=" ", " ", (DLookUp("[Name]","OptionGroupTable","[OptionGroupNumber] =" & [Text56]))))
Right now when I do this it asks me to define If.
The reason I am doing this (in case there is...