RobTsintas
Technical User
Simple question. I have a make-table query that outputs -1 and 0 into fields to represent True/False values.
If you make a table manually, and assign a field format to Yes/No, then when you view the table, you see checkboxes instead of -1 and 0.
I would like the output table of my make-table query to be like this. I can choose a format for the fields in the query, so that it appears as Yes or No in the Datasheet view, but when the table is made, it still appears as -1/0.
I can still use the -1/0 values from the table, but as they're stored as 'Number' they presumably take up more memory.
Any ideas how to force the tables fields to be Yes/No data type?
Thanks
If you make a table manually, and assign a field format to Yes/No, then when you view the table, you see checkboxes instead of -1 and 0.
I would like the output table of my make-table query to be like this. I can choose a format for the fields in the query, so that it appears as Yes or No in the Datasheet view, but when the table is made, it still appears as -1/0.
I can still use the -1/0 values from the table, but as they're stored as 'Number' they presumably take up more memory.
Any ideas how to force the tables fields to be Yes/No data type?
Thanks