Question : Display Yes/No field of a query as a checkbox

I'm not sure this if this can be done, but here is what I need:

I have a query that is based on another query called [All]. Now I add a Yes/No field to this query and want it to be defaulted to No. So I have this:

SELECT [All].ID, [All].Name, [All].[Ticker], [All].[Key], [All].ISIN, No AS [Select]
FROM [All]
WHERE ((([All].Tag)=Yes));

The problem is my form is now based on this query and I want the [Select] field to be displayed as a checkbox instead of the text "Yes" or "No". Can anyone help me?

Answer : Display Yes/No field of a query as a checkbox

Random Solutions  
 
programming4us programming4us