I think I am missing something obvious and am pulling my hair out over this. I have a query with a field called approval type. The choices in approval type are called from a table. The bound column is the Approval type ID number but what the user sees on the screen is the approval type name. One of the options is "AHO Review". What the user sees in the table is "AHO Review". the ID number for this type of approval is 7.
I am modifying an existing query, adding a new field called AHO that is based on this formula:
AHO: IIf([tbl_GB_Master_ProjectLog]![Approval Type]="AHO Review","Yes","No")
When I run the query all the records fill the field with No, even in cases where the Approval Type = AHO Review.
What am I doing wrong?
Thanks!
I am modifying an existing query, adding a new field called AHO that is based on this formula:
AHO: IIf([tbl_GB_Master_ProjectLog]![Approval Type]="AHO Review","Yes","No")
When I run the query all the records fill the field with No, even in cases where the Approval Type = AHO Review.
What am I doing wrong?
Thanks!