What does '#Name?' Mean?

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

I have a report that uses and IIf() function that should
display a string of characters if it comes back true.
Within the IIf() I am using the IN function to check if
one of the fields exists in a seperate query. The only
thing that displays on the report when run though
is '#Name?' no matter if the IIf() statement is true or
false. Any ideas as to what causes this and how to fix
it. The help is much appreciated. Thanks!
 
It means that the fieldname is not recognized (its mispelled).

Jesse Avilés
(e-mail address removed)
Reply to the newsgroups
 
Back
Top