I'm trying to add a Checkbox column to a result table from a query. A form that displays the result table that I need already exists but I need two extra columns in the table. One with a checkbox and another one for text.
So far I've copied the form and the query that gives me the table but I now need to add columns and I can't seem to find a way to do that unless there already is a table that has a checkbox. The one to be used in this Form shouldn't exist outside of the Form though, so I don't want to do that.