V
Vinaren
Guess this is easy but I just can't find where to set the datatype for a
query field
I have a table with three fields. The datatype for the three fields are yes/no
I made a query that combines the three different fields into one.
The query represented as sql is:
SELECT [a] Or Or [c] AS testar
FROM table1;
And it works as it should but the result is a table with 0 and -1
I don’t want that, I want it to be shown as table with checkboxes.
Would greatly appreciate if someone could explain to me how to make that
happen.
query field
I have a table with three fields. The datatype for the three fields are yes/no
I made a query that combines the three different fields into one.
The query represented as sql is:
SELECT [a] Or Or [c] AS testar
FROM table1;
And it works as it should but the result is a table with 0 and -1
I don’t want that, I want it to be shown as table with checkboxes.
Would greatly appreciate if someone could explain to me how to make that
happen.