My Access form draws its data from an SQL database. Some of the fields are Y/N and are marked in SQL as bit fields.
What I need is some guidance on how to display these fields as either Yes or No on the Access form. I have tried =IIf([fieldname] = "0", "No", "Yes") but not successfully.
Is this possible and if so what code would I need and where would the code be entered.
Many thanks for your always excellent assistance.
What I need is some guidance on how to display these fields as either Yes or No on the Access form. I have tried =IIf([fieldname] = "0", "No", "Yes") but not successfully.
Is this possible and if so what code would I need and where would the code be entered.
Many thanks for your always excellent assistance.