hello
i have a query getting information from a table called prints
this table contains a column called "booksincluded" with values "1" and "0"
i also have a subform getting information from this query.
what i want is that when i view data in the subform, the booksincluded column when its value is "1", i want it to display "yes" instead of "1", and when the value is "0", I want the subform view "no"
i tried this statement in the criteria field but it didnt work out. =IIf([print_isbook]=1,"yes","no") an error occurs displaying "data type missmatch in criteria expression"
how i can solve that issue?
any help is appreciated
thank you