H
Howard
I have a query combining several tables. One field asks for the year
when a student was in year 11 like this...
Y11Year : [when did they start year 11?]
this query is then used in two further cascaded queries, then finally a
report that uses the Y11Year field. All works fine.
To speed things up I changed the final query to a 'make table' one so
that I only had to run it once rather than each time I ran the report.
However I now get a type mismatch error on that field and null entries
in the table. I also note that the data type for Y11year in the created
table is set to binary.
How do I force the data type to text and avoid this error?
Howard
when a student was in year 11 like this...
Y11Year : [when did they start year 11?]
this query is then used in two further cascaded queries, then finally a
report that uses the Y11Year field. All works fine.
To speed things up I changed the final query to a 'make table' one so
that I only had to run it once rather than each time I ran the report.
However I now get a type mismatch error on that field and null entries
in the table. I also note that the data type for Y11year in the created
table is set to binary.
How do I force the data type to text and avoid this error?
Howard