A family of Microsoft relational database management systems designed for ease of use.
I did some testing and found that if a query which returns a column which gets its value by referencing a control containing text as an undeclared parameter is made into a 'make table' query it creates a column of Binary data type in the new table. If the parameter is declared as TEXT, on the other hand, it creates a column of Short Text data type, so I suspect declaring the parameter in this case might well have solved the problem.