Hello I have the following field in my query:
S/c_Same: IIf([Payment_Bank_Sort_Code]=[Sort Code],True,False)
It works fine and returns -1 or 0 as expected.
I would like the query to display the result using a checkbox, but the Lookup, Display Control does not offer this option.
What do I need to do to get it to display as a checkbox.
Many thanks Mark
S/c_Same: IIf([Payment_Bank_Sort_Code]=[Sort Code],True,False)
It works fine and returns -1 or 0 as expected.
I would like the query to display the result using a checkbox, but the Lookup, Display Control does not offer this option.
What do I need to do to get it to display as a checkbox.
Many thanks Mark