I have a query that makes a table. I create some fields that are not in the table I\'m using for the query. So I create fields on the fly.
This works just fine, but the data type for the fields I created on the fly are set in binary. I would like to set them as TEXT while I make the table by using the make table
query
Does anyone know how to do this
This works just fine, but the data type for the fields I created on the fly are set in binary. I would like to set them as TEXT while I make the table by using the make table
query
Does anyone know how to do this