Question : query result seems to change number to text

Following up to question: ID:26359994

I got help yesterday on how to change the row values to a concatenated column value.
Now the problem is that the number field that was used (TestID) seems to be converted to text when I run the query. When I try to link the query results to the main table (where TestID is the primary key and auto number field), I get a data type mismatch error.

The table is DEFECTS and the two fields are TestID (primary key and number field) and Defects (text field)

Any ideas?
1:
2:
3:
SELECT x.TestID, ConcatenateThem([TestID]) AS Defects
FROM [SELECT DISTINCT TestID FROM tblDefects; ]. AS x
ORDER BY x.TestID;

Answer : query result seems to change number to text

Launch as in "view? No, Notes R8 cannot interpret docx files.

As in "Start Word"? AFAIK that should already work. You might try to reinstall either Office or Notes (e.g. using the original CD, right over the current installation), or maybe both.
Random Solutions  
 
programming4us programming4us