hey all, i have a question i have a field on a form called (matlogo) ok and i have added another field that is unbound (textbox control) and i tried to input in the controlsource a iif code something like this:
but when i execute this code it just says name# weird huh? because when i change the code to another field in the form like this:
then it displays "steve"
why does it do this for the second code and not the first one.
lee123
Code:
=iif([matlogo]=[somename],"thursday")
Code:
=iif([routenumber]=32,"steve")
why does it do this for the second code and not the first one.
lee123
Comment