Have a query that is arregated into crosstab query, it is working
correctly.
select Yes as selected from tblname
or
select true as selected from tblname
Produces -1 ( vba value of True) in the results pane I would like to
see it produce a checkbox with tick in just like I would see if I
displayed a boolean/yes/no field from a table.
Any idea how to force this?
correctly.
select Yes as selected from tblname
or
select true as selected from tblname
Produces -1 ( vba value of True) in the results pane I would like to
see it produce a checkbox with tick in just like I would see if I
displayed a boolean/yes/no field from a table.
Any idea how to force this?
Comment