Forum Discussion
AKarandjeff
14 years agoContributor
I figured it out. The object variables cannot be defined within the query, i.e. as strings. I ended up taking the results of my case statement in the query and passing that through a Switch statement to then assign the object type to textField. Worked after that.